Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 691 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 691 Bytes

GetGE

This is a simple Python application that automatically downloads and extracts the latest version of GloriousEggroll's custom Proton.

Getting Started

To use this application, you must first install the dependencies. Currently, there is only one: requests. After installing the dependencies, change the permissions of the main.py file so that you can run it. The below steps assume you are in the root directory of the project:

  • pip install -r requirements.txt
  • chmod +x src/main.py
  • ./src/main.py

In the future this will be a installed package so this won't be necessary.