Setup

Using the Setup Script:

Open Terminal, and navigate to the folder where Notch is downloaded.

When you are there, run the following commands:

chmod +x setup.sh
./setup.sh

After both of those commands are executed, try running Notch using this command:

python3 main.py

Manual Setup:

Download Python 3.5 or higher from the Python Foundation's website.

Or alternatively, if you have Homebrew installed, open Terminal, and run brew install python.

Then, open Terminal if you have not done so already and navigate to the directory where Notch is downloaded.

When you are there, run this command: python3 -m pip install -r requirements.txt.

Now try running Notch using this command:

python3 main.py

If you have any questions, send me an issue or email me.



© 2021 Ethan