From 6c03af487566ec2cb5a9f74e0cf1c90b645a6b55 Mon Sep 17 00:00:00 2001 From: Dimitar Borislavov Tasev <dimitar.tasev@stfc.ac.uk> Date: Mon, 14 Jan 2019 18:32:20 +0000 Subject: [PATCH] Change title of section, re #0 --- dev-docs/source/GettingStartedWithPyCharm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/source/GettingStartedWithPyCharm.rst b/dev-docs/source/GettingStartedWithPyCharm.rst index 2a7442817a9..4ace8c3b11f 100644 --- a/dev-docs/source/GettingStartedWithPyCharm.rst +++ b/dev-docs/source/GettingStartedWithPyCharm.rst @@ -75,8 +75,8 @@ Disadvantages: - Additional setup for each configuration necessary. Thankfully, if the template is edited to have the correct ``EnvFile`` setup, all copies of it will have it too. Copying an already existing configuration also copies the ``EnvFile`` setup. -(Old way: if you do not/cannot install the EnvFile extension) Running Files in the Debugger -------------------------------------------------------------------------------------------- +Running Files in the Debugger without EnvFile extension +------------------------------------------------------- Running python code from within PyCharm which depends on the python API, or PyQt for example requires one extra step. Because the source root labelling from the previous section only affects PyCharm searching and not the run configuration, before running the file we must set up the run configuration correctly. -- GitLab