From b83a1a184c48ba32fe8aa554d5765c8c15046af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=2E=20K=C3=A4rkk=C3=A4inen?= <98187+Tronic@users.noreply.github.com> Date: Sat, 2 Oct 2021 12:57:02 -0400 Subject: [PATCH] Change dev install command (#2251) --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c87f2355..74dee22f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -19,7 +19,7 @@ a virtual environment already set up, then run: .. code-block:: bash - pip3 install -e . ".[dev]" + pip install -e ".[dev]" Dependency Changes ------------------