template
This commit is contained in:
parent
d30caa2ad7
commit
365e957263
3 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
@ -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
1
python-x.y.z/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
python library folder goes here
|
1
start.bat
Normal file
1
start.bat
Normal file
|
@ -0,0 +1 @@
|
|||
.\python-3.10.0\python r3.py
|
Loading…
Reference in a new issue