Change pip command in README.md to be a --user command

This commit is contained in:
jesopo 2019-08-06 15:40:32 +01:00
parent 99c16ab4b8
commit 97f5c92438

View file

@ -2,7 +2,7 @@
Python3 event-driven modular IRC bot!
## Requirements
`pip3 install -r requirements.txt`
`pip3 install --user -r requirements.txt`
## Setup
See [docs/help/setup.md](docs/help/setup.md).