From 0d55d9662df5d97cc6a1ea23d359b8cd5d7398db Mon Sep 17 00:00:00 2001 From: Magnus Wolffelt Date: Sat, 14 Aug 2021 18:06:52 +0200 Subject: [PATCH] Updated Developer's Guide (markdown) --- Developer's-Guide.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Developer's-Guide.md b/Developer's-Guide.md index a1fa059..03abfec 100644 --- a/Developer's-Guide.md +++ b/Developer's-Guide.md @@ -59,6 +59,22 @@ If you're using PyCharm, you can configure the project to use your virtualenv in ## Running from sources +## Windows terminal (using git-bash) + +Set up your virtual env (described above), activate your env, then: + +PYTHONPATH=. python qt_ui/main.py + +### OS X terminal + +Set up your virtual env (described above), activate your env, then: + +``` +PYTHONPATH=. LOCALAPPDATA=. python qt_ui/main.py +``` + +### Running from PyCharm + You can run DCS Liberation from source with this configuration: (Adapt it to your env) ![](https://imgur.com/oXRAZpz.png)