File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Another option is to use ``pip`` to download and install the latest release from
115115`Python Package Index <https://pypi.python.org >`_.
116116To install using ``pip `` into your ``diffpy.pdfmorph_env `` environment, we will also have to install dependencies ::
117117
118- pip install -r https://raw.githubusercontent.com/diffpy/diffpy.pdfmorph/main/requirements/run .txt
118+ pip install -r https://raw.githubusercontent.com/diffpy/diffpy.pdfmorph/main/requirements/pip .txt
119119
120120and then install the package ::
121121
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ exclude = ["tests"] # exclude packages matching these glob patterns (empty by d
5252namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5353
5454[tool .setuptools .dynamic ]
55- dependencies = {file = [" requirements/run .txt" ]}
55+ dependencies = {file = [" requirements/pip .txt" ]}
5656
5757[tool .black ]
5858line-length = 115
Original file line number Diff line number Diff line change 1+ numpy
2+ scipy
3+ diffpy.utils
4+ matplotlib
5+ bg-mpl-stylesheets
Original file line number Diff line number Diff line change 11numpy
22scipy
33diffpy.utils
4- matplotlib
4+ matplotlib-base
55bg-mpl-stylesheets
You can’t perform that action at this time.
0 commit comments