Development Version

An on-going development build of OctaDist, called nightly-build branch. The tarball can be downloaded at Dev-build (zip) or use the following command:

wget https://github.com/OctaDist/OctaDist/archive/nightly-build.zip

You can also use pip to install the latest development build version on your system using the following command:

pip install git+https://github.com/octadist/octadist.git@nightly-build

Note

Python version must be either 3.7, 3.8, or 3.9. See Development for more details.