-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Juan Gonzalez-Gomez edited this page Jun 13, 2021
·
18 revisions
- Python 3. The icm is programmed in Python
-
Virtual environmnet. It allows you to test icm and install python packages without breaking anything on your system
- Windows: It is already available after the python3 installation
- Installation on Ubuntu 20.04:
sudo apt install python3-venv
TODO