From 6134807c6788ca19912672c6311aedecc0305a03 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 16 Aug 2023 11:00:28 +0200 Subject: [PATCH] Remove wrong image link --- docs/developer.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/developer.md b/docs/developer.md index 9c2052e4f7c..23f4a9b2677 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -111,10 +111,9 @@ A similar setup can also be taken for Pycharm - using `freqtrade` as module name If your environment has not been detected, you can also pick a path manually. #### Pycharm - + In pycharm, you can select the appropriate Environment in the "Run/Debug Configurations" window. ![Pycharm debug configuration](assets/pycharm_debug.png) - ![Alt text](image.png) !!! Note "Startup directory" This assumes that you have the repository checked out, and the editor is started at the repository root level (so setup.py is at the top level of your repository).