Skip to content

Vincent-von-Schmidt/LK_Info_Game_Dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Master Sword's Return

install & build

with python installed

Windows

python -m pip install -r requirements.txt
python src/main.py

Unix based

python3 -m pip install -r requirements.txt
python3 src/main.py

without python installed -> WIP

Docker is required for use without python.

sudo docker build py_app
sudo docker run -it --rm py_app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages