Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 535 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 535 Bytes

Exercises and tutorials for the CME course

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.