Installation

To install the latest release from PyPI, run:

pip install pyKVFinder

Or to install the latest developmental version from source, run:

git clone https://github.com/LBC-LNBio/pyKVFinder.git
pip install -e pyKVFinder

Note

SWIG is required for installing pyKVFinder from source, the installation procedure differs depending on the operating system. SWIG can be installed with conda (conda install swig), or with a package manager on Linux (sudo apt install swig) and macOS (brew install swig).