Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gemerden committed Feb 16, 2021
1 parent 2558d96 commit 30beb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This state machine implementation is developed with the following goals in mind:
* Optimized for speed and memory efficient.

## Installation
To install the module you can use: `pip install states3`
To install the module you can use: `pip install states3`. It has no external dependencies, except optionally `graphviz` for creating an image of your state machine.

## Limitations
This module only runs on Python >= 3.6.
Expand Down

0 comments on commit 30beb67

Please sign in to comment.