Skip to content

Commit

Permalink
Fixing install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed May 31, 2018
1 parent 43ed041 commit bbc7e69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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.

Expand Down
10 changes: 4 additions & 6 deletions docs/python3-fr.md
Expand Up @@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit bbc7e69

Please sign in to comment.