Installation & Update
Method 1: from PyPI (recommended)
Installation: pip3 install omegapy
Update: pip3 install omegapy --upgrade
Method 2: from the GitHub repository (development version)
Installation: Clone the repository and install with pip:
Update: Go to the previously cloned repository, pull the last updates, and install them with pip: