Added Requirements
Updated README
This commit is contained in:
@@ -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
8
requirements.txt
Executable 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
|
Reference in New Issue
Block a user