Skip to content

Installation

We recommend that you run these commands in a virtual environment.

From PyPI or conda

If you simply plan to use vodex as is, you can install the latest version via pip:

pip install vodex
or conda:
conda install vodex -c conda-forge

From source

If you wish to modify and contribute to vodex install it locally in editable mode. This way, any changes you make to your copy of the package will reflect directly in your environment.

git clone https://github.com/LemonJust/vodex.git
cd vodex
pip install -e .

Note: Use autoreload when working with packages in editable mode in IPython.