Installation¶
pyb2d is published on Python Package Index (PyPI) and conda-forge. You can install it using pip or conda.
Installation with pip¶
To install pyb2d using pip, run the following command:
pip install pyb2d3
Installation with conda / mamba / micromamba¶
To install pyb2d using conda, run the following command:
conda install -c conda-forge pyb2d3
or
mamba install -c conda-forge pyb2d3
or
micromamba install -c conda-forge pyb2d3
depending on your personal preference and your snake of choice.