We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f899c3 commit e952408Copy full SHA for e952408
docs/source/install.rst
@@ -41,10 +41,13 @@ Now use your favorite browser to go to http://localhost:8001/. The admin pages
41
can be found at http://localhost:8001/admin/. You can use your superuser
42
credentials to log in to Django admin.
43
44
-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
45
work on python.org::
46
47
+ $ vagrant up
48
$ vagrant ssh
49
+ $ cd ~/pythondotorg
50
+ $ . venv/bin/activate
51
$ ./manage.py runserver 0.0.0.0:8000
52
53
.. _Vagrant: https://www.vagrantup.com/downloads.html
0 commit comments