Installing

From source

git clone https://gitlab.com/anderflash/pykv.git
cd pykv
sh build.sh

If you are using Windows, you can replace sh build.sh by python setup.py install

To check whether it is installed: .. code:: bash

python -c “import pykv”