Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executing instructions added to README #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,16 @@ Other Linux distributions can download the source code. The program needs Python

Download the source code and install python3.6 or greater. Make sure to install Tk/Tcl with it.

### Running the program

Open a terminal window and navigate to the `src` directory. On Windows this can be easily done by pressing `Shift` and right-clicking on empty space within that directory. Click on the context menu entry "Open in Terminal" or "Open PowerShell window here". If it doesn't show up, try again first, sometimes it simply doesn't work the first time.

Now start the program:

python main.py

A bunch of text should appear within that terminal window and after a short while, another window with the program should open. If you want to report a bug, please make sure to copy-paste the entire content of the terminal window.

---

## How does it work?
Expand Down