Skip to content

eric-hamilton/godot_launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Launcher

An unofficial launcher to manage and install different versions of Godot.

Installation

To install this project on a Windows machine, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/eric-hamilton/godot_launcher.git
    cd godot_launcher
  2. (Optional) Create and activate a virtual environment to isolate dependencies:

    python -m venv venv
    .\venv\Scripts\activate
  3. Install the project dependencies using pip and the provided setup.py file:

    pip install .

    This command will use the setup.py file to install the project and its dependencies.

    • If you have specific version requirements, make sure to modify the requirements.txt file before running the installation.

Usage

To use the project, follow these steps:

  1. If you're using a virtual environment, venv in

  2. Run the program:

    python run.py

Contributing

If you would like to contribute to this project, see the Contributing Guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.