瀏覽代碼

Fix pip install command in development docs

Kumi 1 年之前
父節點
當前提交
2b6969dfe8
共有 1 個文件被更改,包括 1 次插入5 次删除
  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