Skip to content
heynemann edited this page Jan 4, 2012 · 1 revision

This section assumes that you have all the Requirements for remotecv satisfied.

Installing remotecv is as easy as:

pip install remotecv

Just make sure you have pip installed. If you prefer to use easy_install, just do:

easy_install remotecv

To install the latest release from source using PIP:

pip install git+git://github.com/globocom/remotecv.git#egg=remotecv

Or you can download the source from github and type:

python setup.py install
Clone this wiki locally