Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ Now use your favorite browser to go to http://localhost:8001/. The admin pages
can be found at http://localhost:8001/admin/. You can use your superuser
credentials to log in to Django admin.

You will only need to run the following two commands the next time you want to
You will only need to run the following five commands the next time you want to
work on python.org::

$ vagrant up
$ vagrant ssh
$ cd ~/pythondotorg
$ . venv/bin/activate
$ ./manage.py runserver 0.0.0.0:8000

.. _Vagrant: https://www.vagrantup.com/downloads.html
Expand Down