Installation

There are two ways mentioned below through which you can install simplegan. Please file an issue at simplegan if you are experiencing any troubles with the installation

Pip Installation

Use pip to get the lastest version of simplegan

$ pip install simplegan

Install from Source

Follow the steps below to install from source

$ git clone https://github.com/grohith327/simplegan.git
$ cd simplegan
$ python setup.py install