Explorar o código

Fix pip install command in development docs

Kumi hai 1 ano
pai
achega
2b6969dfe8
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      README.md

+ 1 - 5
README.md

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