diff --git a/README.md b/README.md index 5c739fd..51f4fe8 100644 --- a/README.md +++ b/README.md @@ -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 (python -m venv {ENV_NAME}).
+
  • Activate the virtual environment ({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)