From 6a6bcba3345075737591dcc2b4675fd079d68041 Mon Sep 17 00:00:00 2001 From: Lukas Riedel Date: Tue, 23 Jan 2018 15:21:40 +0100 Subject: [PATCH] install dorie python modules in editable mode automatically fixes #31 --- python/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 87b099a7..8c5e90a3 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,3 +1,6 @@ +# install the following modules in editable mode: 'pip -e' +set(DUNE_PYTHON_INSTALL_EDITABLE TRUE) + # install required python modules dune_python_install_package(PATH utilities) dune_python_install_package(PATH parscraper) -- GitLab