diff --git a/.gitignore b/.gitignore index fac23d2..2bc2de0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build dist *.spec +test_folder diff --git a/README.md b/README.md index 51f4fe8..c5695b5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@
  • Install [Python](https://www.python.org/)
  • You have to clone the repo. (git clone http://kairoto.com:8080/git/Kairoto/GVM.git)
  • Install the needed dependencies. (pip install requests pyinstaller)
  • -
  • Use pyinstaller to build the app. (pyinstaller -D -F -n GVM.exe main.py)
  • +
  • Use pyinstaller to build the app. (pyinstaller -D -w -F -n GVM.exe main.py)
  • Our pyinstaller command is recommended and tested. @@ -33,7 +33,7 @@

    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 ({venv-folder}/bin/activate).
    +
  • Activate the virtual environment ({source venv-folder}/bin/activate).

  • Install the needed dependencies. (pip install requests pyinstaller)
  • Use pyinstaller to build the app. (pyinstaller -D -F -n GVM.x86_64 main.py)