File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Running the benchmarks
1010Here'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 \
You can’t perform that action at this time.
0 commit comments