| ... | ... | @@ -7,3 +7,12 @@ conda activate fidle |
|
|
|
conda install tensorflow Scikit-image Scikit-learn Matplotlib plotly graphviz Pandas Pandoc pyyaml Jupyterlab
|
|
|
|
pip install fidle
|
|
|
|
```
|
|
|
|
|
|
|
|
- Set environment variable
|
|
|
|
- Using search widget, type "variable" then select "Modify Environment variables" target
|
|
|
|
- In the "System Property" window, click on "Environment variables" button
|
|
|
|
- Add the following variables into "Variables for local user"
|
|
|
|
```
|
|
|
|
PYTHONPATH C:\PATH_WHERE_YOU_INSTALL\miniconda3\Lib\site-packages\fidle-2.0b49.dist-info
|
|
|
|
DATAFIDLE_DATASETS C:\PATH_WHERE_FIDLE_DATASETS_ARE\datasets-fidle
|
|
|
|
``` |
|
|
\ No newline at end of file |