update readme to new naming

This commit is contained in:
Pierre Guillod 2023-04-10 10:15:51 +02:00
parent 1f256a973b
commit 8c1c2e4942
Signed by: pierre
GPG key ID: B00B454469924EDF

View file

@ -2,10 +2,10 @@
## Environment
Make sure Anaconda is installed. The semicustom environment can be created, updated and activated using:
Make sure Anaconda is installed and that you are in the `freechips/semicustom` directory. The semicustom environment can be created, updated and activated using:
```sh
conda env create --file env-semicustom.yml
conda env create
conda activate semicustom
conda update --all
```