
This commit establishes the test and development environment for the cursive repository. Change-Id: I440c4c55172cddd194efafe5d8f8d18728d7f8c0
13 lines
190 B
ReStructuredText
13 lines
190 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install cursive
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv cursive
|
|
$ pip install cursive
|