Fixing url format

This commit is contained in:
kevgliss 2015-07-23 12:20:17 -07:00
parent 66df3d4291
commit d16d51c47d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ develop: update-submodules setup-git
pip install "setuptools>=0.9.8"
# order matters here, base package must install first
# this is temporary until the version we need is released
pip install -e git+https://git@github.com/pyca/cryptography.git@1.0.dev1#egg=cryptography-1.0.dev1
pip install -e 'git+https://git@github.com/pyca/cryptography.git#egg=cryptography-1.0.dev1'
pip install -e .
pip install "file://`pwd`#egg=lemur[dev]"
pip install "file://`pwd`#egg=lemur[tests]"