From b32dcbceac53bfebaadb6486e8d573c5a387bb8f Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Tue, 14 Apr 2020 17:36:35 +0200 Subject: [PATCH] update --- source/import_documentation/get-started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst index 8d403e9..652e33c 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 -- GitLab