From 064e09ee024b53083270ab67f85fcc5642e37dfb Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Tue, 2 Jul 2019 08:52:01 +0100 Subject: [PATCH] doc: python3 instead of python Otherwise, python2 would be used in most systems. --- docs/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.rst b/docs/start.rst index 869f7d42b7..eab27e407f 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -33,7 +33,7 @@ Run ``make superuser`` to create a superuser account, required for initial syste Run Development Server ---------------------- -Run ``python InvenTree/manage.py runserver`` to launch a development server. This will launch the InvenTree web interface at ``127.0.0.1:8000``. For other options refer to the `django docs `_. +Run ``python3 InvenTree/manage.py runserver`` to launch a development server. This will launch the InvenTree web interface at ``127.0.0.1:8000``. For other options refer to the `django docs `_. Database Migrations -------------------