Fix pip install command in development docs

This commit is contained in:
Kumi 2023-05-25 15:46:38 +00:00
parent cce082ef67
commit 2b6969dfe8
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -66,13 +66,9 @@ cd matrix-gptbot
python -m venv venv
. venv/bin/activate
# Install the requirements
pip install -Ur requirements.txt
# Install the bot in editable mode
pip install -e .
pip install -e .[dev]
# Go to the bot directory and start working