Skip to content

Commit

Permalink
Fix run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kasatkin committed Nov 9, 2022
1 parent 4c88fa8 commit 6186cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Running the benchmarks
Here's the short version::

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

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

0 comments on commit 6186cfd

Please sign in to comment.