diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..b0bb93b88 --- /dev/null +++ b/CONTRIBUTING.md @@ -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