Skip to content

Installation Guide

pw45000 edited this page Sep 30, 2023 · 1 revision
  1. Have Python installed. This project requires Python 3.10 or higher.
  2. Either clone this repository, download it via zip, or download the release.
  3. Using your favorite CLI (command prompt, bash, etc.), use cd to change the directory to where you downloaded the repository.
  4. Run the following command: pip install -r requirements.txt
  5. 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.

Clone this wiki locally