Skip to content

Commit

Permalink
README changed to note Py3.8 incompatibilities
Browse files Browse the repository at this point in the history
KScott committed Jan 4, 2020
1 parent 7a65dbb commit b93dba9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,9 +13,14 @@ Currently Planned Features: A bunch, but Scare'm not writing them right now.

- Python3
- Tkinter
- Pyinstaller (for build)
- Pyinstaller (optional, for building)

(`pip3 install tkinter pyinstaller`)
`pip3 install tkinter pyinstaller`

If you're running Python 3.8, as of now you need to install the
*development* version of Pyinstaller for the build to work at all:

`pip3 install tkinter https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz`

# How run without build?

0 comments on commit b93dba9

Please sign in to comment.