|
|
|
- Install miniconda (only for your usage, locally)
|
|
|
|
|
|
|
|
- Once installed, into anaconda prompt shell
|
|
|
|
```
|
|
|
|
conda create -n fidle python
|
|
|
|
conda activate fidle
|
|
|
|
conda install tensorflow Scikit-image Scikit-learn Matplotlib plotly graphviz Pandas Pandoc pyyaml Jupyterlab
|
|
|
|
pip install fidle
|
|
|
|
``` |
|
|
|
\ No newline at end of file |