Skip to content

Commit ce5da20

Browse files
authored
Merge pull request #115 from sbillinge/install
remove mention of installing dependencies from readme
2 parents 1778a98 + eb131ec commit ce5da20

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-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

news/install.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* removed need to install requirements separately when pip installing.
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)