Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 288 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 288 Bytes

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