add environment instructions

This commit is contained in:
Pierre Guillod 2023-04-09 22:49:37 +02:00
parent f29507ccd4
commit 1d36e3fefc
Signed by: pierre
GPG key ID: B00B454469924EDF

View file

@ -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
``` ```