diff --git a/README.md b/README.md index 36af749..340c7a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GVM A Godot Version Manager written in Python. -You can download launch and remove **(WIP)** stable Godot versions.
+You can download launch and remove stable Godot versions.
It's for people who want an unified experience of managing Godot instead of losing track of every sole version they use. @@ -29,10 +29,13 @@
  1. Install [Python](https://www.python.org/) suiting your distro.
  2. Install pip suiting your distro too. -
  3. You have to clone the repo. (git clone http://kairoto.com:8080/git/Kairoto/GVM.git)
  4. +
  5. You have to clone the repo. (git clone http://kairoto.com:8080/git/Kairoto/GVM.git)

  6. +

    If your system has problems with building, do this: +

    1. Create a virtual environment by using python -m venv {ENV_NAME}.
    2. -
    3. Activate the virtual environment (python -m venv {ENV_NAME}).
    4. +
    5. Activate the virtual environment (python -m venv {ENV_NAME}).
    +


  7. Install the needed dependencies. (pip install requests pyinstaller)
  8. -
  9. Use pyinstaller to build the app. (pyinstaller -D -F -n GVM.exe main.py)
  10. +
  11. Use pyinstaller to build the app. (pyinstaller -D -F -n GVM.x86_64 main.py)
Our pyinstaller command is recommended and tested. \ No newline at end of file