-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
monome application library for Python. | ||
|
||
Written by Artem Popov <artfwo@gmail.com> | ||
|
||
pymonome is currently being rewritten. README will be updated when asyncio/aiosc port is done. | ||
======== | ||
pymonome | ||
======== | ||
|
||
--- | ||
monome application library for Python. | ||
|
||
This package depends on aiosc, which is installable using pip. | ||
|
||
See the examples directory for usage examples. | ||
|
||
Make sure serialosc is running when you run the examples. Have a | ||
monome handy to test functionality. | ||
|
||
Written by Artem Popov <artfwo@gmail.com> | ||
|
||
Suggestions, bug reports, issues and/or pull requests are welcome. |