Skip to content

Installation

Follow these steps to install the project and its dependencies:

  1. Clone the repository:
git clone git@gitlab.cta-observatory.org:vincent.pollet/phoenixcitoolkitpython.git && cd phoenixcitoolkitpython
  1. Create a workspace envorinment with pixi phoenixcitoolkitpython manages its dependencies with pixi. Follow pixi installation, then create a workspace for phoenixcitoolkitpython:
# install the development environment containing all dependencies, test and documentation tools
pixi install
# or install the "doc" or "test" or "prod" environment to get only the tools that you need