Skip to content

Commit

Permalink
Merge pull request #115 from sbillinge/install
Browse files Browse the repository at this point in the history
remove mention of installing dependencies from readme
  • Loading branch information
sbillinge authored Sep 18, 2024
2 parents 1778a98 + eb131ec commit ce5da20
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://pypi.python.org>`_.
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

Expand Down
23 changes: 23 additions & 0 deletions news/install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* removed need to install requirements separately when pip installing.

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>

0 comments on commit ce5da20

Please sign in to comment.