We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a9d44 commit 199e917Copy full SHA for 199e917
2 files changed
Dockerfile
@@ -21,5 +21,5 @@ WORKDIR /app
21
ADD . /app
22
RUN python${PYTHON_VERSION} -m venv /venv && \
23
/venv/bin/python -m pip install -U pip && \
24
- /venv/bin/python -m pip install -e .[dev,doc,test]
+ /venv/bin/python -m pip install -e . --group dev
25
ENTRYPOINT ["/bin/bash", "-c"]
docs/installation.rst
@@ -56,7 +56,7 @@ To install for local development:
56
57
git clone git@github.com:corteva/rioxarray.git
58
cd rioxarray
59
- python -m pip install -e .[dev]
+ python -m pip install -e . --group dev
60
61
62
.. _GitHub repo: https://github.com/corteva/rioxarray
0 commit comments