Skip to main content

VALidation, Journal d'Évolution et ANalyse

Project description

Valjean

Quick installation guide:

valjean needs at least python3.6 (deprecated on December 23, 2021).

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

valjean-0.10.0.tar.gz (244.3 kB view hashes)

Uploaded Source

Built Distribution

valjean-0.10.0-py3-none-any.whl (297.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page