13 lines
253 B
ReStructuredText
13 lines
253 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install {{ cookiecutter.repo_name }}
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv {{ cookiecutter.repo_name }}
|
|
$ pip install {{ cookiecutter.repo_name }}
|