Test
Clone this Git repository, as follows
git clone [email protected]:jomoeller/cme.git /path/to/folder/
or
git clone https://github.com/jomoeller/cme.git /path/to/folder/
or download it (click on "Code" > "Download ZIP") and unpack to a local folder /path/to/folder/.
Then, install the required Python modules, as follows:
cd /path/to/folder/cme
pip install -r requirements.txt
Note that a working Python installation is expected to exist on your computer.