Install VANTAGE6

This guide will show you how to install the VANTAGE6 package. This step is required for using both the node and server.

Installing Vantage has a few requirements, the most important one is python \geq 3.5. Older version of python will not work due to the use of f-strings.

The latest release can be found in the pypi repository. So VANTAGE6 (formely ppdli) can be installed by running:

pip install ppdli

An alternative way of installing is to clone our repository and install it from there. This allows to use a specific branch and allows you to make changes to the source code.

git clone https://github.com/IKNL/ppDLI.git
cd ppDLI
git checkout DEV # optional
pip install -e .

Last updated

Was this helpful?