Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Latest commit

 

History

History
64 lines (43 loc) · 1.83 KB

File metadata and controls

64 lines (43 loc) · 1.83 KB

Py93 Install Guide

This guide will tell you how to install Py93 to your Windows 93 PC.

Step one

Create Py93 folder in /a/.

Step two

Download release archive from the releases page and extract it to your computer.

Step three

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..

Step four

Move helper.js from /a/Py93/ to /a/boot/.

Step five

Reboot your Windows 93 PC.

Finished!

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