Skip to content

Commit e952408

Browse files
eamanuberkerpeksag
authored andcommitted
Improve installation directions (python#1410)
Mention 'vagrant up' and activating virtual environment in the 'next time' section.
1 parent 0f899c3 commit e952408

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/install.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ Now use your favorite browser to go to http://localhost:8001/. The admin pages
4141
can be found at http://localhost:8001/admin/. You can use your superuser
4242
credentials to log in to Django admin.
4343

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

47+
$ vagrant up
4748
$ vagrant ssh
49+
$ cd ~/pythondotorg
50+
$ . venv/bin/activate
4851
$ ./manage.py runserver 0.0.0.0:8000
4952

5053
.. _Vagrant: https://www.vagrantup.com/downloads.html

0 commit comments

Comments
 (0)