Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zulc22 authored Jan 24, 2020
1 parent b93dba9 commit 71644f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Currently Planned Features: A bunch, but Scare'm not writing them right now.
# What need?

- Python3
- Tkinter
- Tkinter (comes with all prebuilt versions of Python)
- Pyinstaller (optional, for building)

`pip3 install tkinter pyinstaller`
`pip3 install 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`
`pip3 install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz`

# How run without build?

Expand All @@ -32,4 +32,4 @@ python3 Scares_Scrambler_Class_Rebuild.py

```
pyinstaller Scares_Scrambler_Class_Rebuild.py -w -F -i Assets/favi.ico
```
```

0 comments on commit 71644f9

Please sign in to comment.