Skip to content

Commit bc1a782

Browse files
committed
remove mention of installing dependencies from readme
1 parent 1778a98 commit bc1a782

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,7 @@ Then, to fully install ``diffpy.utils`` in our active environment, run ::
8181

8282
Another option is to use ``pip`` to download and install the latest release from
8383
`Python Package Index <https://pypi.python.org>`_.
84-
To install using ``pip`` into your ``diffpy.utils_env`` environment, we will also have to install dependencies ::
85-
86-
pip install -r https://raw.githubusercontent.com/diffpy/diffpy.utils/main/requirements/run.txt
87-
88-
and then install the package ::
84+
To install using ``pip`` into your ``diffpy.utils_env`` environment type ::
8985

9086
pip install diffpy.utils
9187

0 commit comments

Comments
 (0)