Skip to content

Commit

Permalink
convert markdown to rst
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed Aug 14, 2024
1 parent 3a79963 commit d71bbfb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
25 changes: 0 additions & 25 deletions CONTRIBUTING.md

This file was deleted.

28 changes: 28 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Contributing
============

Developers installation
-----------------------

Editable install with all requirements

.. code:: bash
pip install -r requirements.txt -e .
Start the main application

.. code:: bash
pymca
or using the module directly

.. code:: bash
python -m PyMca5.PyMcaGui.pymca.PyMcaMain
Deployment
----------

TODO

0 comments on commit d71bbfb

Please sign in to comment.