Skip to content

Installation

Kevin edited this page Oct 11, 2023 · 3 revisions

Linux, MacOS

  1. Go to a terminal and enter the command git clone https://github.com/KevinCPP/tandapay-simulation2. Navigate to the project directory cd tandapay-simulation2
  2. Install the dependencies listed in dependencies.txt. This can be done by entering the command pip install -r dependencies.txt
  3. simply execute the main file using the command python3 main.py

Windows

  1. Run Windows Powershell and enter the command git clone https://github.com/KevinCPP. If you don't have git, try winget install Git or install the Git CLI tool from their website.
  2. Install the dependencies listed in dependencies.txt. This can be done by entering the command pip install -r dependencies.txt. You will need to have python installed before doing this, which can be gotten with winget install python3. If you already have python installed, try uninstalling it and reinstalling it via winget or the Microsoft Store GUI.
  3. simply execute the main file using the command python main.py

Clone this wiki locally