소스 검색

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