Releases: TurtleHelm/AHC-Project
Releases · TurtleHelm/AHC-Project
Netris v1.00-alpha
Installation
Downloading File(s)
- Download the zip folder attached below
- Unzip the zip folder in your preferred directory
- Follow the steps below
Installing Python
Install Python
- Go to the Python Website
- Go to the Downloads Section & Select any version above or including 3.10
- Download the installation wizard for your respective operating system
- Run the wizard and install python onto your device, this will allow you to run this program!
Add Python PIP to your Environment Variables List
- Open the search window and type in
Edit the System Environment Variables
and run the program - Click the 'Environment Variables' Button
- Double click the variable called 'Path'
- Click the 'New' Button
- Add the Scripts Folder for your Python Installation to this list
- Save all changes
- Continue on to next instructions
NOTE: These Steps may vary depending on your OS, please consult the internet if these steps don't work
Install All Required Modules
- Open a new terminal window
- cd into wherever the folder lies on your computer (These commands may differ depending on your OS, the OS used in this demonstration is Windows 10)
C:\Users\xxxx> cd Desktop\(Folder Name)
C:\Users\xxxx\Desktop\(Folder Name)>
NOTE: In certain Operating systems, spaces in folder names can cause issues
- Type the following command into terminal to install all the necessary modules (This does take up space on your machine so make sure you have enough storage)
C:\Users\xxxx\Desktop\(Folder Name)> pip install -r reqs.txt
That's you set! Try running the main.pyw
file and have fun!