Installation

The source is available to download from Github, or install the latest stable release from PyPI using:

pip install cas_gui

Using pip install should find and install all the dependencies.

Note that the pip install doesn’t include the examples need to be downloaded from Github.

If manually downloading the source from Github, rather than from PyPI, you will need to either manually check you have the requirements installed, or navigate to the cas folder on your machine and run:

pip install -r requirements.txt

to install the dependencies. You may wish to create a virtual environment using Conda/venv first to avoid conflicts with your existing python setup.