Code for supporting the Local Volume database.
The easiest way is using pip
. To get the latest release
# for the first install
pip install local-volume-db
# update just local-volume-db
pip install local-volume-db --no-deps --upgrade --ignore-installed
# update local-volume-db and all dependencies
pip install local-volume-db --upgrade
You can also get the latest release or version of the soure code from github...
git clone https://github.com/kadrlica/local-volume-db.git
cd local-volume-db
python setup.py install