From b087ea319133333e70733156ad3ca5dbaec25dd0 Mon Sep 17 00:00:00 2001 From: Yuchen Ethan Xiao Date: Wed, 23 Jul 2025 17:45:01 -0400 Subject: [PATCH] docs: add the instruction to reinstall `pycifrw` --- README.rst | 4 ++++ news/reinstall-pycifrw.rst | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 news/reinstall-pycifrw.rst diff --git a/README.rst b/README.rst index 694315b7..7bae0b11 100644 --- a/README.rst +++ b/README.rst @@ -99,6 +99,10 @@ and run the following :: pip install . +In ``diffpy.structure>=3.3.1``, please ensure the dependency ``pycifrw`` is installed from ``conda-froge`` :: + + conda install pycifrw + Getting Started --------------- diff --git a/news/reinstall-pycifrw.rst b/news/reinstall-pycifrw.rst new file mode 100644 index 00000000..7686b2fb --- /dev/null +++ b/news/reinstall-pycifrw.rst @@ -0,0 +1,23 @@ +**Added:** + +* Add the instruction to reinstsall ``pycifrw`` in ``README.rst``. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*