add environment instructions
This commit is contained in:
parent
f29507ccd4
commit
1d36e3fefc
1 changed files with 3 additions and 1 deletions
|
@ -2,8 +2,10 @@
|
||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
Make sure Anaconda is installed. The semicustom environment can be created using:
|
Make sure Anaconda is installed. The semicustom environment can be created, updated and activated using:
|
||||||
|
|
||||||
```
|
```
|
||||||
conda env create --file env-semicustom.yml
|
conda env create --file env-semicustom.yml
|
||||||
|
conda activate semicustom
|
||||||
|
conda update --all
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue