Added Requirements

Updated README
This commit is contained in:
=
2024-08-14 14:45:54 -06:00
parent c6ef3548e0
commit 4af65368b6
2 changed files with 17 additions and 0 deletions

View File

@@ -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)

8
requirements.txt Executable file
View File

@@ -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