add fullcustom + tweak semicustom
This commit is contained in:
parent
7ad3cfc3bf
commit
ded0c16d18
1 changed files with 18 additions and 2 deletions
|
@ -112,8 +112,24 @@
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Prepare the conda environment
|
# Prepare the conda environment
|
||||||
conda env create --file environment.yml
|
cd semicustom
|
||||||
conda activate freechips
|
conda env create
|
||||||
|
conda activate semicustom
|
||||||
|
conda update --all
|
||||||
|
|
||||||
|
# Launch the jupyter notebook
|
||||||
|
jupyter notebook
|
||||||
|
```
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section data-markdown>
|
||||||
|
## Fullcustom digital design
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# Prepare the conda environment
|
||||||
|
cd fullcustom
|
||||||
|
conda env create
|
||||||
|
conda activate fullcustom
|
||||||
conda update --all
|
conda update --all
|
||||||
|
|
||||||
# Launch the jupyter notebook
|
# Launch the jupyter notebook
|
||||||
|
|
Loading…
Reference in a new issue