Repository for project
how to set up Virtual environment with mamba via command line interface:
mamba create -n "venv_name" python
mamba activate venv_name
mamba install -c conda-forge capytaine
pip install https://github.com/LHEEA/meshmagick/archive/master.zip
mamba install numpy scipy matplotlib pandas notebook
can check venv list with : mamba env list
can check active packages when env is active with:
mamba list