diff --git a/README.rst b/README.rst index 694315b..7bae0b1 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 0000000..7686b2f --- /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:** + +*