Summary and Setup
This is a new lesson built with The Carpentries Workbench.
Software Setup
Details
- Requirements:
- Python 3.11+ with Pip, setuptools packages Download Python | Python.org
- Bash-like environment for command-line
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.