InstallationΒΆ

At the command line use either:

$ easy_install greencard
$ pip install greencard

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv greencard
$ pip install greencard

Project Versions

Previous topic

greencard

Next topic

Usage

This Page