Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 236 Bytes

installation.rst

File metadata and controls

13 lines (9 loc) · 236 Bytes

Installation

At the command line use either:

$ easy_install greencard
$ pip install greencard

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv greencard
$ pip install greencard