Skip to content

Commit

Permalink
docs for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed Aug 14, 2024
1 parent 283cc45 commit c13d768
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Contributing

## Developers installation

Install dependencies

```python
pip install -U pip setuptools
pip install "numpy<2"
pip install -r requirements.txt -e .
```

Start the main application

```python
pymca
```

or using the module directly

```python
python -m PyMca5.PyMcaGui.pymca.PyMcaMain
```

## Deployment

TODO

0 comments on commit c13d768

Please sign in to comment.