Bundle a "stand alone" version of Python for each target OS. #5
Labels
feature-parity
Ensures Mu-naco retains the features of Mu 1.0
packaging
Making sure beginner users get Mu with the least hassle possible.
Milestone
See https://github.com/indygreg/python-build-standalone for how to create such stand alone versions of Python. Ensure
tkinter
is part of these along withturtle
, and we're able to create new virtualenvs within the user's home directory, andpip install
things into them. Bonus points if we can getpygamezero
,black
andjedi
to run with it. This needs to work on Windows 64bit, OSX and Linux.The text was updated successfully, but these errors were encountered: