GrapheekDB is a Python package which is published on PyPI - the Python Package Index.
The simplest way to install it is to use pip, a tool for installing and managing Python packages:
pip install grapheekdbOr download the archive on PyPI, extract and install it manually with:
python setup.py installOr checkout Mercurial repository :
hg clone https://bitbucket.org/nidusfr/grapheekdbCloning the repository will give you source, examples and documentation.
GrapheekDB uses:
Python 2.7
zeromqIt has optionnal dependencies (installation depends on your system), those are the packages that may be installed on Ubuntu :
libkyotocabinet-dev
libkyotocabinet16When you install GrapheekDB, the latest versions of the required Python dependencies will be pulled out for you.
If you cloned the repository, you can also install them manually using the requirements.txt file that is provided (this will install some optionnal dependencies)
pip install -r requirements.txt