-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
pw45000 edited this page Sep 30, 2023
·
1 revision
- Have Python installed. This project requires Python 3.10 or higher.
- Either clone this repository, download it via zip, or download the release.
- Using your favorite CLI (command prompt, bash, etc.), use
cd
to change the directory to where you downloaded the repository. - Run the following command:
pip install -r requirements.txt
- Alternatively, should you prefer not using pip and want to use conda instead, run the following command:
conda install --file requirements.txt
After that, congratulations! You may continue onto the usage guide for more information on running the program.