Installation

Stable release

To install FastWLK, run this command in your terminal:

$ pip install fastwlk

This is the preferred method to install FastWLK, as it will always install the most recent stable release. If you are using poetry (which is used to develop fastwlk), you can also install it via:

$ poetry add fastwlk

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources and for contributions

The sources for FastWLK can be downloaded from the Github repo.

Clone the repository, install poetry and build the project:

$ git clone git://github.com/pjhartout/fastwlk
$ poetry install
$ poetry build

If you are wondering where setup.py is, it is no longer required for pip. See PEP 518