... | ... | @@ -124,12 +124,13 @@ jupyter lab |
|
|
## Annexe 2 - Install with conda / MacBook Pro (2019)
|
|
|
Thanks to Thierry G.
|
|
|
|
|
|
## 1) Install conda or miniconda:
|
|
|
**1) Install conda or miniconda:**
|
|
|
|
|
|
Actual version python 3.9 fonctions perfectly
|
|
|
|
|
|
(see [anaconda web site](https://www.anaconda.com/products/individual))
|
|
|
|
|
|
## 2) Configure conda:
|
|
|
**2) Configure conda:**
|
|
|
|
|
|
```
|
|
|
conda create -n fidle23 python=3.9
|
... | ... | @@ -152,7 +153,7 @@ fid install --quiet |
|
|
```
|
|
|
|
|
|
|
|
|
## 3) Declare FIDLE_DATASETS_DIR=
|
|
|
**3) Declare FIDLE_DATASETS_DIR=**
|
|
|
|
|
|
**Procedure for the [fish](https://fishshell.com) shell**
|
|
|
(Must be adapted to other shells)
|
... | ... | @@ -162,7 +163,7 @@ nano ~/.config/fish/config.fish |
|
|
|
|
|
```
|
|
|
|
|
|
## 4) Set up path required for the fidle training:
|
|
|
**4) Set up path required for the fidle training:**
|
|
|
|
|
|
```
|
|
|
# PATH required for the fidle training
|
... | ... | @@ -176,7 +177,7 @@ source ~/.config/fish/config.fish |
|
|
|
|
|
```
|
|
|
|
|
|
## 5) Start Jupyter Lab
|
|
|
**5) Start Jupyter Lab**
|
|
|
|
|
|
```
|
|
|
(conda activate fidle23) # if active environment is not already fidle23
|
... | ... | |