Installation#
Pacsanini can be installed via PyPI using:
pip
pip install pacsanini
poetry
poetry add pacsanini
If you want a cutting-edge version of the project you can also install the project from the GitHub project's master branch:
pip install git+https://github.com/Therapixel/pacsanini.git
# or
poetry add git+https://github.com/Therapixel/pacsanini.git
Installing the package in this way will enable you to import pacsanini in your
projects and have access the pacsanini command line tool.
Installation for local development#
You can also install pacsanini with poetry after cloning the project with git
on your local machine. See the contributing page for
more details.