automaton/doc/source/installation.rst
Joshua Harlow d71b6cf8b4 Revamp repo to match openstack repos
Get the repo in a working state so that it works
with the new and improved openstack CI system.

Change-Id: I80661c35fa7109a7ee9b1d00f89ca521a469eed0
2015-06-05 17:18:17 -07: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