automaton/doc/source/install/index.rst
Doug Hellmann 9de339ee50 rearrange existing documentation according to the new standard layout
Change-Id: I1acfaaecd446953587ec36bda1cd795afed26b43
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-06 15:35:44 -04:00

13 lines
196 B
ReStructuredText

============
Installation
============
At the command line::
$ pip install automaton
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv automaton
$ pip install automaton