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 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:** + +*