Quick installation guide:
valjean needs at least python3.8 and is tested up to python 3.12.
python3 -m venv MY_VIRTUAL_ENV
source MY_VIRTUAL_ENV/bin/activate
pip install -U pip
git clone https://github.com/valjean-framework/valjean.git
pip install ./valjean # or pip install path/to/valjean
The pip archive can be downloaded from the Fichiers/Files area of Tuleap.
pip install valjean-VERSION.tar.gz
- Download and install conda.
- Download the valjean-conda archive from the Fichiers/Files area of Tuleap.
- Install valjean:
source MY_CONDA/bin/activate
conda create -n MY_ENV python=PY_VERSION
conda activate MY_ENV
conda install -c file://PATH/TO/valjean-VERSION.tar.bz2 --use-local valjean
The python version of conda should be the same as the one used to build the valjean archive.
This installation is not foreseen for development.
The documentation can be found online: https://valjean.readthedocs.io/en/latest/
It can also be downloaded from the Fichiers/Files area of Tuleap.
tar xzf valjean-doc-*.tar.gz
You can also consult the source files for the documentation in the doc/src
directory.