Download

The recommended way to obtain the LightWin code is by using git. Navigate to the directory where you want to store LightWin and run:

git clone git@github.com:AdrienPlacais/LightWin.git

It is recommended to download the last tagged version; avoid beta versions (e.g. prefer v0.7.0 over v0.8.0b2). You can switch between versions with:

git checkout v0.8.3

Alternatively, you download the code as a .zip file from the repository’s page. However, please note that using this method requires manually downloading updates whenever changes are made to the repository.

Note

The installation instructions may differ from version to version (in particular: automatic compilation of Cython modules or not). Refer to the appropriate version of the documentation.