... | ... | @@ -12,26 +12,32 @@ This can be the case, for example under MacOS. |
|
|
|
|
|
## First install Tensorflow from the official install procedure
|
|
|
|
|
|
The easiest way is to follow the official procedure proposed on the Tensorflow website:
|
|
|
The easiest way is to follow the official procedure proposed on the Tensorflow and PyTorch web sites:
|
|
|
|
|
|
**https://www.tensorflow.org/install/pip?hl=fr**
|
|
|
- **https://www.tensorflow.org/install/pip?hl=fr**
|
|
|
- **https://pytorch.org/**
|
|
|
|
|
|
## Required additional packages for Fidle
|
|
|
|
|
|
Once Tensorflow is installed following the official procedure, you must install the following additional modules:
|
|
|
|
|
|
* Scikit-image
|
|
|
* Scikit-learn
|
|
|
* Matplotlib
|
|
|
* Pandas
|
|
|
* Pandoc
|
|
|
* pyyaml
|
|
|
* Jupyter lab
|
|
|
- Scikit-image
|
|
|
- Scikit-learn
|
|
|
- Matplotlib
|
|
|
- plotly
|
|
|
- barviz
|
|
|
- Pandas
|
|
|
- Pandoc
|
|
|
- pyyaml
|
|
|
- Jupyterlab
|
|
|
- fidle
|
|
|
|
|
|
If you have followed the official pip procedure, you should be able to install these modules with the command :
|
|
|
|
|
|
```
|
|
|
pip install Scikit-image Scikit-learn Matplotlib Pandas Pandoc pyyaml Jupyterlab
|
|
|
pip install Scikit-image Scikit-learn Matplotlib plotly barviz Pandas Pandoc pyyaml Jupyterlab fidle
|
|
|
```
|
|
|
|
|
|
[Back to the install procedure](Using Fidle/install fidle#linux-users) |
|
|
\ No newline at end of file |
|
|
Once your Python environment is installed, **you should be able to follow the standard Linux** procedure **[from point 4)](Linux-installation-with-pip#4-install-notebooks-et-datasets)**
|
|
|
|
|
|
[Back to the install procedure](Using Fidle/install fidle) |
|
|
\ No newline at end of file |