InstallationΒΆ

Download source then, at the command line:

$ python setup.py

Alternatively the command line:

$ easy_install pkglts

Or:

$ pip install pkglts

Preferred method use virtual environments:

$ virtualenv 'myenv'
$ myenv/scripts/activate
(myenv)$ pip install pkglts

or conda environments:

$ conda create -n toto python
$ activate toto
(toto) $ pip install pkglts