Installation

Using pip

pip install pystk2

From source

pip install .

Development

Clone the repository https://github.com/bpiwowar/pystk2. For easier development, it is recommended to install pystk2 directly through cmake.

pip install -e .

CMake will place a copy of the library in the top level directly, with allows any examples to run from that directory.

Documentation

To build local documentation

cd docs
make html