Skip to content
Snippets Groups Projects
Commit e6936f8b authored by Alice Poggioli's avatar Alice Poggioli
Browse files

update

parent b32dcbce
No related branches found
No related tags found
No related merge requests found
Pipeline #5172 passed
...@@ -29,13 +29,15 @@ Since our frontend framework reads RDF, we adapted a Django server to handle lin ...@@ -29,13 +29,15 @@ Since our frontend framework reads RDF, we adapted a Django server to handle lin
2. Install ``sib-manager`` that allow you to use the sib command. 2. Install ``sib-manager`` that allow you to use the sib command.
.. code-block:: python .. code-block:: python
python -m pip install -U sib-manager python -m pip install -U sib-manager
3. Create your server structure 3. Create your server structure
.. code-block:: python .. code-block:: python
sib startproject sibserver sib startproject sibserver
cd sibserver cd sibserver
sib install server
That's it. You're almost ready to start :) That's it. You're almost ready to start :)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment