Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Installation

Quentin edited this page Nov 1, 2019 · 1 revision

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

Welcome!

Getting started

Developers

Clone this wiki locally