### Install Poincaré using pip Source: https://github.com/dyscolab/poincare/blob/main/README.md Install the latest version of the Poincaré package from PyPI. ```bash pip install -U poincare ``` -------------------------------- ### Install Poincaré using conda Source: https://github.com/dyscolab/poincare/blob/main/README.md Install the Poincaré package from the conda-forge channel. ```bash conda install -c conda-forge poincare ``` -------------------------------- ### Install Development Dependencies with Pixi Source: https://github.com/dyscolab/poincare/blob/main/README.md Clone the repository and install pre-commit hooks for development. This project is managed by pixi. ```sh git clone https://github.com/dyscolab/poincare cd poincare pixi run pre-commit-install # install pre-commit hooks ``` -------------------------------- ### Run Tests with Pixi Source: https://github.com/dyscolab/poincare/blob/main/README.md Execute the project's tests using the pixi run command. ```sh pixi run test ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.