Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

pip install turtle

Ubuntu Linux:

$ sudo apt-get install -y python3-wxgtk4.0

Fedora (I tried the command below on my Ubuntu linux and it worked):

$ python3 -m pip install wxpython

On any GNU/Linux distribution: (after installing prerequisites from above)

$ python3 -m pip install --user PythonTurtle
$ PythonTurtle
Source by turtle.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #pip #install #turtle
ADD COMMENT
Topic
Name
9+1 =