Skip to content
Juan Gonzalez-Gomez edited this page Jun 13, 2021 · 18 revisions

Developers

Tools needed

  • 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


Developers

  • TODO
Clone this wiki locally