From 6f44d95070cd8a767f528ef3e2ed73a34ccb2a6a Mon Sep 17 00:00:00 2001 From: MasterKia Date: Fri, 4 Jul 2025 10:25:26 +0330 Subject: [PATCH] Fix microg installation guide The previous command returns an error ("ModuleNotFoundError: No module named 'InquirerPy'") even after installing the InquirerPy module using pip. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98efc48..ed03881 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ chmod 777 -R /mnt/*/*/*/*/Android/obb ![](assets/7.png) ``` -sudo python main.py install microg +sudo venv/bin/python3 main.py install microg ``` ## Hide Status Bar