From 365e957263fe6ceef8176407ce04299d0e8d5baa Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Tue, 4 Jan 2022 05:54:09 -0700 Subject: [PATCH] template --- README.md | 11 ++++++++++- python-x.y.z/README.md | 1 + start.bat | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 python-x.y.z/README.md create mode 100644 start.bat diff --git a/README.md b/README.md index 0f2c5de..f3352a0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # r3-windows -Windows Packaging template for The Red Robot Radio \ No newline at end of file +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 \ No newline at end of file diff --git a/python-x.y.z/README.md b/python-x.y.z/README.md new file mode 100644 index 0000000..2f30b25 --- /dev/null +++ b/python-x.y.z/README.md @@ -0,0 +1 @@ +python library folder goes here \ No newline at end of file diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..4873dd6 --- /dev/null +++ b/start.bat @@ -0,0 +1 @@ +.\python-3.10.0\python r3.py \ No newline at end of file