Installing VaultDB
VaultDB is available as a Python package for macOS and Linux. You can visit our GitHub repository or get the latest version from PyPI:
pip install vaultdbai
We highly recommend using Python 3 for new projects. VaultDB does supports Python 3.7 and higher.
info
If you want to get a feel of VaultDB and the infrastructure behind it without having to install anything locally, you can do in the browser by setting up a VaultDB Hub.
Upgrading VaultDB
If you have installed vaultdb previously, you can upgrade to the latest version with:
pip install --upgrade vaultdbai``