Thank you for your interest in developing wetb. This guide details how to contribute to wetb in a way that is efficient for everyone.
Thank you for your interest in developing wetb. This guide details how to
contribute to wetb in a way that is efficient for everyone.
## Contents
## Contents
...
@@ -9,18 +10,18 @@ Thank you for your interest in developing wetb. This guide details how to contri
...
@@ -9,18 +10,18 @@ Thank you for your interest in developing wetb. This guide details how to contri
-[Install Python](#Install-Python)
-[Install Python](#Install-Python)
-[Install dependencies](#Install-dependencies)
-[Install dependencies](#Install-dependencies)
-[Get wetb](#Get-wetb)
-[Get wetb](#Get-wetb)
-[Install wetb](#Install-wetb)
-[Install wetb](#Install-wetb)
-[Contributions](#Contributions)
-[Contributions](#Contributions)
-[Upload contributions](#Upload-contributions)
-[Upload contributions](#Upload-contributions)
-[Make and upload wheels](#Make-and-upload-wheels)
-[Make and upload wheels](#Make-and-upload-wheels)
## Fork project
## Fork project
We prefer that you make your contributions in your own fork of the project, [make your changes](#Contributions) and [make a merge request](#Upload contributions).
We prefer that you make your contributions in your own fork of the project,
[make your changes](#Contributions) and [make a merge request](#Upload contributions).
The project can be forked to your own user account via the \<Fork\> button on the [frontpage](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox)
The project can be forked to your own user account via the \<Fork\> button on
the [frontpage](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox)
## Requirements
## Requirements
...
@@ -49,15 +50,18 @@ rights on your computer.
...
@@ -49,15 +50,18 @@ rights on your computer.
* Git comes with a simple GUI, but there are more and different options available
* Git comes with a simple GUI, but there are more and different options available
if you are not happy with it, see [here](https://git-scm.com/downloads/guis).
if you are not happy with it, see [here](https://git-scm.com/downloads/guis).
* On windows we highly recommend [tortoisegit](https://tortoisegit.org/). It is a gui integrated into the windows explorer.
* On windows we highly recommend [tortoisegit](https://tortoisegit.org/). It
is a gui integrated into the windows explorer.
## Install Python
## Install Python
For all platforms we recommend that you download and install the Anaconda - a professional grade, full blown scientific Python distribution.
For all platforms we recommend that you download and install the Anaconda -
a professional grade, full blown scientific Python distribution.