From 1f85bc0810129cd42caf093f1e9ce876247cd08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 5 Jul 2023 22:08:47 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b4cabc..9a06548 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The hanabi folder is a working python package that you should be able to import You will need to install the `requirements.txt` as usual, I recommend setting up a `venv`: ``` python -m venv venv -source venv/bin/active +source venv/bin/activate pip install -r requirements.txt ```