Skip to content

Getting started

Secret-chest edited this page Dec 21, 2021 · 4 revisions

Download the latest .zip from the releases page. Then, install packages from requirements.txt (Scratch2Python also needs Python 3.6 or newer).

  • On Linux and Mac

pip3 install -r requirements.txt

  • On Windows

pip install -r requirements.txt

Change the projectToLoad variable in main.py to your desired filename. After that, run main.py!

Clone this wiki locally