Browse Source

Update README.md

Michael Chiang 1 year ago
parent
commit
5142ba2dad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      server/README.md

+ 1 - 0
server/README.md

@@ -15,6 +15,7 @@ Get the dependencies:
 
 ```bash
 pip install llama-cpp-python
+pip install pyinstaller
 pip install -r requirements.txt
 ```