| CI/CD | |
| Docs | |
| Package | |
| Meta |
CHERAB-ITER; the CHERAB subpackage for the ITER tokamak.
pixi, a tool for project and package management.
If you don't have git installed, you can install it through pixi global installation:
pixi global install gitYou can clone the repository and enter the directory with:
git clone https://github.com/cherab/iter
cd iterThen, you can run tasks with pixi like:
pixi run <task>For example, to run the tests:
pixi run testAny other command can be seen with:
pixi task listYou can install the package from PyPI:
pip install cherab-iterOr from Conda:
mamba install -c conda-forge cherab-iterThe documentation will be available at Read the Docs.
This project is licensed under the terms of the EUPL-1.1.