This commit is contained in:
Page Asgardius 2022-01-04 05:54:09 -07:00
parent d30caa2ad7
commit 365e957263
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,12 @@
# r3-windows
Windows Packaging template for The Red Robot Radio
Windows Packaging template for The Red Robot Radio
# Packaging instructions
- Clone this repository
- Unpack [r3 repo](https://patrice.asgardius.company/gitea/asgardius/r3) content on this repo folder
- Download [latest WinPython release](https://github.com/winpython/winpython), unpack it and copy python-x.y.z folder on this repo
- Open a command prompt inside python-x.y.z folder
- Run .\scripts\pip install pygame
- Adapt start.bat to python folder

1
python-x.y.z/README.md Normal file
View file

@ -0,0 +1 @@
python library folder goes here

1
start.bat Normal file
View file

@ -0,0 +1 @@
.\python-3.10.0\python r3.py