VALidation, Journal d'Évolution et ANalyse
Project description
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
- 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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file valjean-0.11.0.tar.gz
.
File metadata
- Download URL: valjean-0.11.0.tar.gz
- Upload date:
- Size: 247.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.10 Linux/5.15.0-107-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c92d6f961c1c515aa131d2fe9666d86850129bf2d4cd7205e67f20d697fb712e |
|
MD5 | 49e43381a261346e14dcc7697e73177f |
|
BLAKE2b-256 | c289a656f4eb579b69d0363b10526f49046aa59425a190c6f499b4427055fc5a |
File details
Details for the file valjean-0.11.0-py3-none-any.whl
.
File metadata
- Download URL: valjean-0.11.0-py3-none-any.whl
- Upload date:
- Size: 308.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.10 Linux/5.15.0-107-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eedbf820a8610fb82da42fa5be57f979fbde2005566ef7a722e9515f67bf3fe0 |
|
MD5 | 19bcddb50326ac6f6e08fe1ffd24680d |
|
BLAKE2b-256 | 654f73ec7842fb6835d4e9bdb0ea1e4ebb2ea51053d1a95ea6914b36a3dbcbf8 |