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:
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.
Note: Use autoreload when working with packages in editable mode in IPython.