From 4fbf8aaf766dafe06d7ff70cbec8042d53a6649e Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Mon, 11 Sep 2023 08:30:33 -0600 Subject: [PATCH] Remove pip dev requirements instructions --- environments/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/environments/README.md b/environments/README.md index 42622dfba..77ae95ea6 100644 --- a/environments/README.md +++ b/environments/README.md @@ -7,12 +7,6 @@ mamba activate conda-lock-dev ``` - or: - - ``` - pip install requirements-dev.txt - ``` - * Then, install `conda-lock` in editable mode. This will also install its runtime dependencies as defined in `pyproject.toml`.