diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst index 8d403e962807f34271720ca09e2afa956fd67821..652e33c824f479a66fb4058f1ba8c58dd84996ee 100644 --- a/source/import_documentation/get-started.rst +++ b/source/import_documentation/get-started.rst @@ -24,16 +24,16 @@ Since our frontend framework reads RDF, we adapted a Django server to handle lin -1. Make sure you have the latest version of python 3.6 installed. +1. Make sure you have the latest version of python 3.6.8 installed. 2. Install ``sib-manager`` that allow you to use the sib command. -.. code:: python +.. code-block:: python python -m pip install -U sib-manager 3. Create your server structure -.. code:: python +.. code-block:: python sib startproject sibserver cd sibserver