Skip to content

Commit

Permalink
readme rst fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashkovS committed Mar 17, 2022
1 parent b009bda commit 141c840
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Expand Up @@ -62,7 +62,7 @@ Animations are also straightforward::


Transparency
---------
------------

Transparency is also straightforward via alpha or RGBA::

Expand Down Expand Up @@ -104,7 +104,7 @@ Transparency is also straightforward via alpha or RGBA::


Keyboard and mouse events
---------
-------------------------

Process keyboard events in two ways: check if key is pressed via `get_keys_pressed()` or run throw `keysdown` or `keysup` events::

Expand Down Expand Up @@ -155,7 +155,8 @@ In a Terminal window, type::

pip install drawzero

Or run the following programm::

Or run the following program::

import os, sys
python = sys.executable
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -5,7 +5,10 @@
# $ pip install twine

# build and upload
# pip install wheel

# python setup.py sdist bdist_wheel
# twine check dist/*
# twine upload dist/*


Expand Down

0 comments on commit 141c840

Please sign in to comment.