From bbc7e69f6c5ac42380438ebacd4399b115e5a95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= Date: Thu, 31 May 2018 08:20:27 +0200 Subject: [PATCH] Fixing install doc --- README.md | 3 ++- docs/python3-fr.md | 10 ++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 40424b8..ee2f5d6 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ to put it simply, your text should be citable by some logical units which makes ### Note about the repository The current application is in a working state and can be run as a demo. This application can only be run on Unix machines -(Linux and MacOS) : you'll need to install python3. There is a [French tutorial](docs/python3-fr.md). +(Linux and MacOS) : you'll need to install python3. There is a [French tutorial](docs/python3-fr.md) and + [English tutorial](docs/python3-en.md). See [CONTRIBUTING.md](CONTRIBUTING.md) for more advises on how to do the installations specific to the current repository. diff --git a/docs/python3-fr.md b/docs/python3-fr.md index 7510bcd..4197445 100644 --- a/docs/python3-fr.md +++ b/docs/python3-fr.md @@ -30,13 +30,11 @@ Allez dans le repository git puis tapez dans le terminal de ce dossier pip install -r requirements.txt ``` -Tapez désormais - ```shell -ipython notebook --matplotlib=inline +python cli.py dev-run ``` -Si tout va bien, cela devrait ouvrir votre navigateur sur la page http://127.0.0.1:8888/ qui s'appelle IP[y]: Notebook. +Si tout va bien, cela devrait ouvrir votre navigateur sur la page http://127.0.0.1:5000/ ### Linux (Ubuntu/Debian) @@ -68,10 +66,10 @@ pip install -r requirements.txt Cela installera les packages nécessaires pour le cours. Une fois ces packages installés, il suffira de taper ```shell -ipython3 notebook +python cli.py dev-run ``` -Si tout va bien, cela devrait ouvrir votre navigateur sur la page http://127.0.0.1:8888/ qui s'appelle IP[y]: Notebook. +Si tout va bien, cela devrait ouvrir votre navigateur sur la page http://127.0.0.1:5000/ ## Contributeurs