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