From 3e9ef213d461f7226309a70ecf427172d109eba4 Mon Sep 17 00:00:00 2001 From: Tieqiong Zhang Date: Fri, 24 Jan 2025 15:56:20 -0500 Subject: [PATCH] doc: update readme install instructions --- README.rst | 5 +++-- news/readme.rst | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 news/readme.rst diff --git a/README.rst b/README.rst index a0ace844..e8c6d694 100644 --- a/README.rst +++ b/README.rst @@ -110,9 +110,10 @@ Confirm that the installation was successful: :: python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)" -Now we want to install PDFgui from conda-forge +Now we want to install PDFgui and dependencies from conda-forge: :: - conda install diffpy.pdfgui + conda install wxpython diffpy.utils matplotlib-base + conda install diffpy.pdfgui --no-deps Build from source diff --git a/news/readme.rst b/news/readme.rst new file mode 100644 index 00000000..a023cbbd --- /dev/null +++ b/news/readme.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* Updated install instructions in README.rst. + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*