You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,11 +104,10 @@ tools used for linting and reproducible environments run:
104
104
105
105
This will install `tox` and the `pre-commit` tools in addition to all development dependencies.
106
106
107
-
Development versions of dependencies are listed in `requirements-dev-st.txt` and `requirements-dev-thirdparty.txt`, containing STScI and third-party packages respectively.
107
+
Development versions of dependencies are listed in `requirements-dev.txt`.
108
108
To install these dependencies, run the following:
109
109
110
-
pip install -r requirements-dev-st.txt
111
-
pip install -r requirements-dev-thirdparty.txt
110
+
pip install -r requirements-dev.txt
112
111
113
112
Need other useful packages in your development environment?
0 commit comments