forked from joshuad31/tandapay-simulation2
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Kevin edited this page Oct 11, 2023
·
3 revisions
- Go to a terminal and enter the command
git clone https://github.com/KevinCPP/tandapay-simulation2. Navigate to the project directorycd tandapay-simulation2 - Install the dependencies listed in dependencies.txt. This can be done by entering the command
pip install -r dependencies.txt - simply execute the main file using the command
python3 main.py
- Run Windows Powershell and enter the command
git clone https://github.com/KevinCPP. If you don't have git, trywinget install Gitor install the Git CLI tool from their website. - 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 withwinget install python3. If you already have python installed, try uninstalling it and reinstalling it via winget or the Microsoft Store GUI. - simply execute the main file using the command
python main.py