Install the TerminusCMS & DB Python Client

It is recommended that you install the TerminusDB Python client (which works with Python >= 3.7) in a separate Python environment. For example, if we use venv which comes with standard installation of Python 3.

First we create a new environment:

$ python3 -m venv ~/.virtualenvs/terminusdb
$ source ~/.virtualenvs/terminusdb/bin/activate

Then we can install using pip:

$ python3 -m pip install terminusdb-client