Installation

Information on how to properly install Lassie


Pip or Easy Install

Install Lassie via pip

$ pip install lassie

or, with easy_install

$ easy_install lassie

But, hey... that’s up to you.

Source Code

Lassie is actively maintained on GitHub

Feel free to clone the repository

git clone git://github.com/michaelhelmick/lassie.git

tarball

$ curl -OL https://github.com/michaelhelmick/lassie/tarball/master

zipball

$ curl -OL https://github.com/michaelhelmick/lassie/zipball/master

Now that you have the source code, install it into your site-packages directory

$ python setup.py install

So Lassie is installed! Now, head over to the starting out section.