Skip to content

Installating DePSI

You can install DePSI from the Python Package Index (PyPI) using pip:

pip install depsi

We recommend using a virtual environment to manage dependencies. Besides, we recommend using uv to manage the Python dependencies. please refer to the uv documentation for installation and usage instructions.

If you are contributing to DePSI, please refer to the Developer Guide for installation instructions, testing, and other development-related information.