Skip to content

Commit 63cef17

Browse files
add pip install to installation in readme
1 parent 3b5a61f commit 63cef17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Also, all `# for context` commands automatically trigger `chat` again, so that y
4848
## Installation
4949

5050
1. `git clone https://github.com/mikhail-vlasenko/chat-command.git && cd chat-command`
51-
2. `python3 setup.py`
52-
3. Follow the installation instructions
51+
2. `pip3 install -r requirements.txt`
52+
3. `python3 setup.py`
5353
4. Restart your shell
5454

5555
[^1]: Because it is near-impossible to get the output of the previous commands in the shell

0 commit comments

Comments
 (0)