For using fiber and UVC generator do:
- Create a conda environment:
conda create --name bvgen2 - Activate the environment:
conda activate bvgen2 - Install FEniCSx:
conda install -c conda-forge fenics-dolfinx mpich h5py cffi python - Install bvmodelgen2, do
python -m pip install -e .inside the repository folder (make sure the environment is activated).
If you do not need to use the fiber and UVC generator:
- Create a conda environment:
conda create --name bvgen2 python - Activate the environment:
conda activate bvgen2 - Install bvmodelgen2, do
python -m pip install -e .inside the repository folder (make sure the environment is activated).