Install Miniforge: https://github.com/conda-forge/miniforge
Follow installation instructions. Use default installation settings.
mamba create -n wrapping python boost meson
mamba activate wrapping
Now you can install the individual projects with the install.sh
script.
For example, you can use the following command to install all modules and run the test suite:
./install.sh && pytest