valjean

VALidation, Journal d'Évolution et ANalyse


Keywords
scientific-computing, testing
License
CECILL-C
Install
pip install valjean==0.11.0

Documentation

Valjean

Quick installation guide:

valjean needs at least python3.8 and is tested up to python 3.12.

Installation using pip

Setup a virtual environment

python3 -m venv MY_VIRTUAL_ENV
source MY_VIRTUAL_ENV/bin/activate
pip install -U pip

Installation from git

git clone https://github.com/valjean-framework/valjean.git
pip install ./valjean  # or pip install path/to/valjean

Installation from archive

The pip archive can be downloaded from the Fichiers/Files area of Tuleap.

pip install valjean-VERSION.tar.gz

Installation using conda

  1. Download and install conda.
  2. Download the valjean-conda archive from the Fichiers/Files area of Tuleap.
  3. 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.

Documentation

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.