diff --git a/docs/install.rst b/docs/install.rst index 933f93ffb3c..f9f6960246b 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -85,7 +85,7 @@ Now let's properly generate the static assets:: By now, it is the right time to load in a couple users and a test project:: - ./manage.py loaddata test_data + python manage.py loaddata test_data .. note:: @@ -95,7 +95,7 @@ By now, it is the right time to load in a couple users and a test project:: Finally, you're ready to start the webserver:: - ./manage.py runserver + python manage.py runserver Visit http://127.0.0.1:8000/ in your browser to see how it looks; you can use the admin interface via http://127.0.0.1:8000/admin (logging in with the @@ -110,7 +110,7 @@ While the webserver is running, you can build documentation for the latest versi a project called 'pip' with the ``update_repos`` command. You can replace 'pip' with the name of any added project:: - ./manage.py update_repos pip + python manage.py update_repos pip What's available ----------------