NuoDB Python Driver (pynuodb
)
Installation
The current stable release is available on PyPI and can be installed using pip
:
pip install pynuodb
Alternatively, download the TAR from GitHub using the following commands:
curl -L https://github.com/nuodb/nuodb-python/archive/master.tar.gz | tar xz
cd nuodb-python*
python setup.py install
# The folder nuodb-python* can be safely removed now.