This repository has been archived on 2024-06-15. You can view files and clone it, but cannot push or open issues or pull requests.
Launcher/install-windows-instructions.md

31 lines
591 B
Markdown
Executable file

## download this repo to pc or use git
### install git
[download link](https://git-scm.com/downloads)
### clone repo
```git clone https://weforgecode.xyz/Spitfire/Launcher.git```
## download python 3.11.x and pip (installs with python)
### install python
[download link](https://www.python.org/downloads/release/python-3118/)
### restart computer to refresh system variables after python install
## install dependencies
### run this to install deps
```./install.bat```
### run the app using
```./run.bat```
### build app using
```./build.bat```