diff --git a/README.md b/README.md index c5695b5..a1d42fa 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 ({source 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)