Installation

From sources

The sources for Overscaler can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git@github.com:GleamAI/overscaler.git

Or:

$ git clone https://github.com/GleamAI/overscaler.git

Once you have a copy of the source, you can install it with:

$ cd overscaler
$ make install

Or if you prefer to install with pip:

$ cd overscaler
$ make pip-install

If you don’t have pip installed, this Python installation guide can guide you through the process.