InstallationΒΆ

To install Envy, first clone the source code from Github

$ git clone https://github.com/jerluc/envy.git

Once you have the source code, cd envy then install either using pip

$ sudo pip install .

Or by using setuptools

$ python setup.py build
$ sudo python setup.py install