Skip to content

Castro-Fidel/ingame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ingame

A GUI for PortProton project.

Run

Use the following commands in UNIX shell:

# Prepare and activate virtual environment
python -m pip install --user pipx
python -m pipx ensurepath
pipx install poetry

# Install requirements
poetry install

# Run
poetry run main