omega-cli

Omega installer for Numworks


Keywords
installer, numworks, numworks-calculators, omega
License
Other
Install
pip install omega-cli==0.1.6

Documentation

License: CC BY-NC-SA 4.0 Issues

About

This installer is made to install easily Omega. It also allows you to choose the apps and languages you want to install. This CLI is an BETA release. Errors are not handled correctly.

Install Omega

First of all, follow step 1 here. Then, you have two choices:

  • From pip
sudo pip install omega-cli
sudo omega-cli
  • From source
git clone https://github.com/Omega-Numworks/Omega-CLI-Installer.git
cd Omega-CLI-Installer/omega-cli
pip install click, PyInquirer
sudo python installer.py

...and follow the steps in your terminal!

Screenshot

Upgrade to the lastest version of the script

pip install omega-cli --upgrade