From bc1a7821d2b10abbcd8147293e0301a93a9cc9b9 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Tue, 17 Sep 2024 22:12:37 -0400 Subject: [PATCH 1/2] remove mention of installing dependencies from readme --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 99ef5d5..629dec9 100644 --- a/README.rst +++ b/README.rst @@ -81,11 +81,7 @@ Then, to fully install ``diffpy.utils`` in our active environment, run :: Another option is to use ``pip`` to download and install the latest release from `Python Package Index `_. -To install using ``pip`` into your ``diffpy.utils_env`` environment, we will also have to install dependencies :: - - pip install -r https://raw.githubusercontent.com/diffpy/diffpy.utils/main/requirements/run.txt - -and then install the package :: +To install using ``pip`` into your ``diffpy.utils_env`` environment type :: pip install diffpy.utils From eb131ec098ff0a80bef3abb9120374741168405e Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Tue, 17 Sep 2024 22:15:22 -0400 Subject: [PATCH 2/2] news --- news/install.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/install.rst diff --git a/news/install.rst b/news/install.rst new file mode 100644 index 0000000..816dd79 --- /dev/null +++ b/news/install.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* removed need to install requirements separately when pip installing. + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*