python3 -m venv venv
pip install -U pip
# install all requirements
pip install -r dune-fempy/reqCI.txt
And then build dune modules using dunecontrol
.
python3 -m venv venv
pip install -U pip
# install all requirements
pip install -r dune-fempy/reqCI.txt
And then build dune modules using dunecontrol
.