update readme to new naming
This commit is contained in:
parent
1f256a973b
commit
8c1c2e4942
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
## Environment
|
## 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
|
```sh
|
||||||
conda env create --file env-semicustom.yml
|
conda env create
|
||||||
conda activate semicustom
|
conda activate semicustom
|
||||||
conda update --all
|
conda update --all
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue