aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-11 15:21:27 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-11 15:21:27 -0400
commit1a82700f2376d31366cebf16ce64bdd8e6d1d80a (patch)
treefe5ce92e3f5e739b0b9d2c1122873b04b6c68805 /README.md
parent84724e813fd42bed8581a58136a7f0a0c8ffd2a4 (diff)
downloadRPi-Menu-1a82700f2376d31366cebf16ce64bdd8e6d1d80a.tar.gz
RPi-Menu-1a82700f2376d31366cebf16ce64bdd8e6d1d80a.tar.bz2
RPi-Menu-1a82700f2376d31366cebf16ce64bdd8e6d1d80a.zip
Renaming root to app, moved variables, changed README
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c35b1e..f303306 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,22 @@
# RPI Menu
-Basically a full screen program menu. Meant for Raspberry Pi OS. \ No newline at end of file
+Basically a full screen program menu. Meant for Raspberry Pi OS.
+
+I recommend you putting this repo on your home folder under the name `menu`. (/home/pi)
+
+# Requirements
+- Python 3+
+- Tkinter 8+
+- Kodi
+- Steam Link
+- [Retropie](https://retropie.org.uk/docs/Manual-Installation/)
+- [Mycroft AI](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/get-mycroft/linux) (Optional) (Must clone it on the home folder)
+
+# Putting this on startup
+If you want to make this python app autostart when xserver is started do the following
+
+Edit `/etc/xdg/lxsession/LXDE-pi/autostart`
+
+Add the following command in the bottom `/usr/bin/python3 /home/pi/menu/menu.py`
+
+# Debugging
+If you're using SSH (recommended). You need to execute `run.sh`. \ No newline at end of file