Skip to content
Snippets Groups Projects
Commit 001554cf authored by David Verelst's avatar David Verelst
Browse files

docs: include update instruction for developer guide

parent 53da6dcc
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -200,6 +200,15 @@ above for the ```conda-forge``` channel: it is to avoid that pip will replace ...@@ -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. 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 ## Run tests
Note that the test should be executed from a clean repository and which is not Note that the test should be executed from a clean repository and which is not
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment