Summary and Schedule

This is a new lesson built with The Carpentries Workbench.

The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.

Software Setup


Discussion

Details

Git for Windows. Command Prompt/Powershell might be OK as well.

Use Terminal.app

Use Terminal

  • Make a folder for the exercises
mkdir qmi_course
cd qmi_course
  • Make a virtual environment for running exercises
python -m venv venv
source venv/bin/activate
  • Install open-source QMI with Pip
pip install qmi
  • Handy to have: IDE software, like PyCharm.