# Install Please use the following command: ```sh pip install icotronic ``` to install the [latest official version of the ICOtronic library from PyPi](https://pypi.org/project/icotronic). ## Install the Package Using Windows Terminal 1. Install (Windows) [Terminal](https://aka.ms/terminal) if you have not done so already 2. Open Terminal 3. Copy and paste the following text into the Terminal ```sh 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**! ```sh pip install 'git+https://github.com/MyTooliT/ICOtronic' ```