Skip to content

Commit

Permalink
fixed errors in loc specific requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
tongwang committed May 4, 2016
1 parent 40c33fb commit bea69b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements_loc.pip
@@ -1,9 +1,9 @@
-r requirements.pip

# if SSH key is already setup, use git+ssh
# pip install git+ssh://git@github.com/loc-rdc/minicts.git#egg=minicts
# pip install git+ssh://git@github.com/loc-rdc/django-lc.git#egg=lc
# git+ssh://git@github.com/loc-rdc/minicts.git#egg=minicts
# git+ssh://git@github.com/loc-rdc/django-lc.git#egg=lc

# Otherwise use git+https, provide user id and password
pip install git+https://github.com/loc-rdc/minicts.git#egg=minicts
pip install git+https://github.com/loc-rdc/django-lc.git#egg=lc
git+https://github.com/loc-rdc/minicts.git#egg=minicts
git+https://github.com/loc-rdc/django-lc.git#egg=lc

0 comments on commit bea69b7

Please sign in to comment.