From b1520231ff5adbf7a21d21a84e046cf71cde5571 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Wed, 29 Oct 2025 16:12:52 -0400 Subject: [PATCH 1/2] fix installation typo --- docs/source/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index 9e75ac9..f4d0a8e 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -28,8 +28,8 @@ To install ``diffpy.cmi``, create a new conda environment or activate an existin .. code-block:: bash conda create -n diffpy.cmi-env - conda install -c conda-forge diffpy.cmi conda activate diffpy.cmi-env + conda install -c conda-forge diffpy.cmi To confirm that the installation was successful, type From e67f67f4d86b25801469304ced0a6c7a675edbaa Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Wed, 29 Oct 2025 16:14:10 -0400 Subject: [PATCH 2/2] news --- news/fix-typo.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/fix-typo.rst diff --git a/news/fix-typo.rst b/news/fix-typo.rst new file mode 100644 index 0000000..2c24335 --- /dev/null +++ b/news/fix-typo.rst @@ -0,0 +1,23 @@ +**Added:** + +* no news needed. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*