Added top-level requirements file

front-end-standardization
syndbg 2015-03-16 14:30:45 +02:00 committed by Eric Holscher
parent 7e8897457d
commit 103deefe43
4 changed files with 11 additions and 3 deletions

View File

@ -2,8 +2,13 @@ language: python
python:
- "2.7"
install:
<<<<<<< HEAD
- pip install flake8 stripe
- pip install --allow-all-external --allow-unverified bzr --allow-unverified launchpadlib --allow-unverified lazr.authentication -r requirements/pip.txt
=======
- pip install flake8
- pip install --allow-all-external --allow-unverified bzr --allow-unverified launchpadlib --allow-unverified lazr.authentication -r requirements.txt
>>>>>>> Added top-level requirements file
- pip install coveralls
script:
#- flake8 `find . -iname "*.py" -not -ipath "*migration*"`

View File

@ -4,6 +4,7 @@ include README.rst
include CHANGES
include LICENSE.mit
include MANIFEST.in
include requirements.txt
recursive-include requirements *.txt
recursive-include docs *
recursive-include readthedocs *

View File

@ -41,7 +41,7 @@ Create a folder in here, and clone the repository::
Next, install the dependencies using ``pip`` (included with virtualenv_)::
cd readthedocs.org
pip install -r requirements/pip.txt
pip install -r requirements.txt
.. note::
@ -51,12 +51,12 @@ Next, install the dependencies using ``pip`` (included with virtualenv_)::
CFLAGS=-I/usr/local/opt/libxml2/include/libxml2 \
LDFLAGS=-L/usr/local/opt/libxml2/lib \
pip install -r requirements/pip.txt
pip install -r requirements.txt
.. note::
Linux users may find they need to install a few additional packages
in order to successfully execute ``pip-install -r requirements/pip.txt``.
in order to successfully execute ``pip-install -r requirements.txt``.
For example, a clean install of Ubuntu 14.04 LTS will require the
following packages::

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
-r requirements/pip.txt
# just referencing for a natural `pip install -r requirements.txt`