This guide will tell you how to install Py93 to your Windows 93 PC.
Create Py93 folder in /a/.
Download release archive from the releases page and extract it to your computer.
Drop extracted archive to Windows 93's /a/ disk.
After that disk should look like that:
a
└ Py93
├ LICENSE
├ README.md
├ installguide.md
├ helper.js
└ some other files and folders..
Move helper.js from /a/Py93/ to /a/boot/.
Reboot your Windows 93 PC.
Now you can write py93 s in the Windows 93 terminal to open Py93 Shell or write py93 c help in the terminal to see py93compile (Py93 Compiler) usage.
Also, don't forget to check out Brython documentation!
Brython has it's own browser package and some differences between Python.
For example: built-in function input() in Python lets you to type your input right into the console, but in Brython input() uses JavaScript's prompt() function, and instead of normal Pythonic behavior input() opens a standart browser window with a prompt.
Last updated: May 10, 2020