From 001554cfabdd424486b3c9354bb838e69a9a9b97 Mon Sep 17 00:00:00 2001 From: David Verelst <dave@dtu.dk> Date: Wed, 19 Apr 2017 15:38:45 +0200 Subject: [PATCH] docs: include update instruction for developer guide --- docs/developer-guide.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 708d9065..9e24d95b 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -200,6 +200,15 @@ above for the ```conda-forge``` channel: it is to avoid that pip will replace newer packages compared to the ones as available in the ```Anaconda``` channel. +## Update wetb + +``` +>> cd WindEnergyToolbox +>> git pull +>> pip install -e . --no-deps +``` + + ## Run tests Note that the test should be executed from a clean repository and which is not -- GitLab