Installation Guide

Using PIP

$ pip install -U litewax

Using Pipenv

$ pipenv install litewax

From sources

Development versions:

$ git clone https://github.com/makarworld/litewax.git
$ cd litewax
$ python setup.py install

Or if you want to install stable version (The same with version from PyPi):

$ git clone https://github.com/makarworld/litewax.git
$ cd litewax
$ git checkout master
$ python setup.py install