From c1502c152fb579118ab9f78f4637bd44ec12944b Mon Sep 17 00:00:00 2001 From: "@jmmshn" Date: Tue, 12 Dec 2023 10:24:47 -0800 Subject: [PATCH] contributing --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 50cd05c4..1901ca82 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ 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 @@ -86,7 +86,7 @@ Specifically, please make sure to run the following commands for linting: 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