Skip to content

Commit

Permalink
adding new dependencies and updating the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Reuven committed Mar 5, 2015
1 parent 568575c commit aa67ae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions python-example/README
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Please follow these steps before you start resolving from Artifactory:
python setup.py register -r pypi-local
6. Run the following command to upload the project to Artifactory:
python setup.py sdist upload -r pypi-local
7. Run the following command to download the dependencies from requirements.txt
pip install -r requirements.txt



6 changes: 3 additions & 3 deletions python-example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--index-url http://localhost:8081/artifactory/api/pypi/pypi-virtual/simple
PyYAML==3.11
epguide==1.0
nose==1.3.4
virtualenv==1.11.6
django-rss-plugin==0.0.9
nltk==3.0.1

0 comments on commit aa67ae1

Please sign in to comment.