Skip to content
Snippets Groups Projects
Commit bb25b151 authored by Juliane Geller's avatar Juliane Geller
Browse files

Update CONTRIBUTING.md

parent c65df1c6
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #6167 passed with stage
in 13 minutes and 4 seconds
# Development Environment
We recommend an virtual python environment for development. The setup process consists of the follwing simply steps:
1. Create a fresh environment with:
```sh
python -m venv saqc_dev
```
2. Activate the created environment
```
source saqc_dev/bin/activate
```
3. Install the dependencies
```sh
python -m pip install -r requirements.txt
```
We recommend a virtual python environment for development. The setup process is described in detail in our [GettingStarted](docs/GettingStarted.md).
# Testing
SaQC comes with an extensive test suite based on [pytest](https://docs.pytest.org/en/latest/).
In order to run all tests execute:
......
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