Skip to content

Commit

Permalink
Added instructions for Linux (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi-Sh authored Oct 3, 2023
1 parent 9e13a57 commit 431998d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,20 @@ To run the program, open the root directory in your terminal and type `python ma

### Linux

Install python3-tk on your system, if you haven't done yet.

`sudo apt-get install python3-tk`

• CD into the python-turtle-art-canvas

• type python3 main.py in terminal

• the turtle window should open

## Roadmap

2023: Re-promote the project and accept contributions to a basic Turtle Graphics canvas.

The future: Build on this by creating a user interface, probably a command line interface, and multiple canvases.
The future: Build on this by creating a user interface, probably a command line interface, and multiple canvases.

Other ideas on how to extend the project are welcome and can be put forward at any time using the 'Suggestion' issue template.

0 comments on commit 431998d

Please sign in to comment.