Install

Please use the following command:

pip install icotronic

to install the latest official version of the ICOtronic library from PyPi.

Install the Package Using Windows Terminal

  1. Install (Windows) Terminal if you have not done so already

  2. Open Terminal

  3. Copy and paste the following text into the Terminal

    pip install icotronic
    
  4. Press Return

  5. Wait until the install process finished successfully

Install the Development Version of ICOtronic

Note: Please only use the command below, if you know what you are doing!

pip install 'git+https://github.com/MyTooliT/ICOtronic'