Skip to content

Releases: TurtleHelm/AHC-Project

Netris v1.00-alpha

15 Mar 23:11
Compare
Choose a tag to compare
Netris v1.00-alpha Pre-release
Pre-release

Installation

Downloading File(s)

  1. Download the zip folder attached below
  2. Unzip the zip folder in your preferred directory
  3. Follow the steps below

Installing Python

Install Python

  1. Go to the Python Website
  2. Go to the Downloads Section & Select any version above or including 3.10
  3. Download the installation wizard for your respective operating system
  4. 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

  1. Open the search window and type in Edit the System Environment Variables and run the program
  2. Click the 'Environment Variables' Button
  3. Double click the variable called 'Path'
  4. Click the 'New' Button
  5. Add the Scripts Folder for your Python Installation to this list
  6. Save all changes
  7. 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

  1. Open a new terminal window
  2. 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

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