Skip to content

Commit

Permalink
contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Dec 12, 2023
1 parent 57fa369 commit c1502c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ To make maintenance easier, please use a workflow similar to the automated CI ![

Specifically, please make sure to run the following commands for linting:

.. code-block:: bash
.. code-block:: bash
pip install -e .[strict]
pip install -e .[dev]
pre-commit install
pre-commit run --all-files
And run these commands for testing:

.. code-block:: bash
.. code-block:: bash
pip install -e .[strict]
pip install -e .[tests]
pytest --cov=pymatgen --cov-report=xml
Expand Down

0 comments on commit c1502c1

Please sign in to comment.