From 7d4627ec46239abcaec8fbe0f71fbaea931da5a6 Mon Sep 17 00:00:00 2001 From: Magnus Wolffelt Date: Sat, 14 Aug 2021 18:15:24 +0200 Subject: [PATCH] Updated Developer's Guide (markdown) --- Developer's-Guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Developer's-Guide.md b/Developer's-Guide.md index e52e080..ae1d082 100644 --- a/Developer's-Guide.md +++ b/Developer's-Guide.md @@ -63,7 +63,9 @@ If you're using PyCharm, you can configure the project to use your virtualenv in Set up your virtual env (described above), activate your env, then: +``` PYTHONPATH=. python ./qt_ui/main.py +``` ### OS X terminal