Files
automaton/doc/source/installation.rst

13 lines
196 B
ReStructuredText
Raw Normal View History

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