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 @@
git clone http://kairoto.com:8080/git/Kairoto/GVM.git)pip install requests pyinstaller)pyinstaller -D -F -n GVM.exe main.py)pyinstaller -D -w -F -n GVM.exe main.py)If your system has problems with building, do this:
python -m venv {ENV_NAME}. {venv-folder}/bin/activate).{source venv-folder}/bin/activate).pip install requests pyinstaller)pyinstaller -D -F -n GVM.x86_64 main.py)