fix readme

This commit is contained in:
Maximilian Keßler 2023-07-05 22:08:47 +02:00
parent f504ad0ddf
commit 1f85bc0810
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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
```