InstallationΒΆ

At the command line:

$ pip install lastpasslib

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv lastpasslib
$ pip install lastpasslib

Or, if you are using pipenv:

$ pipenv install lastpasslib