From 3fdfd6434f8291896b516ba287b030eacf1f3bd5 Mon Sep 17 00:00:00 2001 From: antigravkids Date: Wed, 17 Apr 2024 11:13:44 -0700 Subject: [PATCH] Windows instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf671e5..c796e50 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ Now install the dependencies and test dependencies: ```bash pip install -e '.[test]' ``` +Unless you're on windows, and then you'll use +```bash +pip install -e .[test] +``` To run the tests: ```bash pytest