Skip to content

Commit 6186cfd

Browse files
author
Vladimir Kasatkin
committed
Fix run instructions
1 parent 4c88fa8 commit 6186cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Running the benchmarks
1010
Here's the short version::
1111

1212
mkvirtualenv djangobench
13-
pip install -e git://github.com/django/djangobench.git#egg=djangobench
13+
pip install -e git+https://github.com/django/djangobench.git#egg=djangobench
1414
git clone git://github.com/django/django.git
1515
cd django
1616
djangobench --control=1.2 --experiment=master
@@ -69,7 +69,7 @@ full paths to the corresponding Python executables in ``--control-python`` and
6969
``djangobench`` environment setup like above)::
7070

7171
mkvirtualenv djangobench-py3 -p python3
72-
pip install -e git://github.com/django/djangobench.git#egg=djangobench
72+
pip install -e git+https://github.com/django/djangobench.git#egg=djangobench
7373
cd django
7474
djangobench --vcs=none --control=. --experiment=. \
7575
--control-python=~/.virtualenvs/djangobench/bin/python \

0 commit comments

Comments
 (0)