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: .. code-block:: bash pip install pyb2d3 Installation with conda / mamba / micromamba ++++++++++++++++++++++++++++++++++++++++++++++++ To install pyb2d using conda, run the following command: .. code-block:: bash conda install -c conda-forge pyb2d3 or .. code-block:: bash mamba install -c conda-forge pyb2d3 or .. code-block:: bash micromamba install -c conda-forge pyb2d3 depending on your personal preference and your snake of choice.