Change pip command in README.md to be a --user command
This commit is contained in:
parent
99c16ab4b8
commit
97f5c92438
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue