From 4af65368b67fc78a89677ed2114543aa9dc2b36e Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 14 Aug 2024 14:45:54 -0600 Subject: [PATCH] Added Requirements Updated README --- README.md | 9 +++++++++ requirements.txt | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100755 requirements.txt diff --git a/README.md b/README.md index c8f6a6c..bd53d2f 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # Y-Tracker + A DK64 Randomizer Tracker built on Python. Built as there are no available trackers that are Unix-Capable. + +## Setup + +This is built on Python 3.11.9. You can build it with `pip install -r requirements.txt` and then run it with `python main.py`. + +## Source + +[https://github.com/Yavin7/Y-Tracker.git](https://github.com/Yavin7/Y-Tracker.git) diff --git a/requirements.txt b/requirements.txt new file mode 100755 index 0000000..a96b098 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +asarPy==1.0.1 +Cython==0.29.37 +Mako==1.3.5 +Markdown==3.6 +MarkupSafe==2.1.5 +meson==1.3.2 +Pygments==2.18.0 +six==1.16.0