Changes
Page history
Update venv setup for tutorial
authored
Mar 12, 2022
by
Robert K
Show whitespace changes
Inline
Side-by-side
venv-setup-for-tutorial.md
View page @
e8b1265d
```
```
python3 -m venv venv
python3 -m venv venv
cd dune-fempy
pip install -U pip
pip install -U pip
# install all requirements
# install all requirements
pip install -r reqCI.txt
pip install -r
dune-fempy/
reqCI.txt
```
```
And then build dune modules using
`dunecontrol`
.
And then build dune modules using
`dunecontrol`
.