fix readme
This commit is contained in:
parent
f504ad0ddf
commit
1f85bc0810
1 changed files with 1 additions and 1 deletions
|
@ -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`:
|
You will need to install the `requirements.txt` as usual, I recommend setting up a `venv`:
|
||||||
```
|
```
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/active
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue