File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,19 @@ This section describes how to develop and use the dashboard locally.
2828
2929### Prepare the conda environment
3030
31- 1 . Activate the conda environment ` base ` :
31+ 1 . Move to the [ dashboard/] ( ./ ) directory.
32+
33+ 2 . Activate the conda environment ` base ` :
3234``` bash
3335conda activate base
3436```
3537
36- 2 . Install ` conda-lock ` if not installed yet:
38+ 3 . Install ` conda-lock ` if not installed yet:
3739``` bash
3840conda install -c conda-forge conda-lock # if conda-lock is not installed
3941```
4042
41- 3 . Create the conda environment ` synapse-gui ` :
43+ 4 . Create the conda environment ` synapse-gui ` :
4244``` bash
4345conda-lock install --name synapse-gui environment-lock.yml
4446```
Original file line number Diff line number Diff line change @@ -30,17 +30,19 @@ This section describes how to train ML models locally.
3030
3131### Prepare the conda environment
3232
33- 1 . Activate the conda environment ` base ` :
33+ 1 . Move to the [ ml/] ( ./ ) directory.
34+
35+ 2 . Activate the conda environment ` base ` :
3436 ``` bash
3537 conda activate base
3638 ```
3739
38- 2 . Install ` conda-lock ` if not installed yet:
40+ 3 . Install ` conda-lock ` if not installed yet:
3941 ``` bash
4042 conda install -c conda-forge conda-lock
4143 ```
4244
43- 3 . Create the conda environment ` synapse-ml ` :
45+ 4 . Create the conda environment ` synapse-ml ` :
4446 ``` bash
4547 conda-lock install --name synapse-ml environment-lock.yml
4648 ```
You can’t perform that action at this time.
0 commit comments