Commit
·
b4b3c30
1
Parent(s):
100ef1a
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ cd falconlite-dev/falconlite2
|
|
38 |
### Perform inference
|
39 |
```bash
|
40 |
# after FalconLite has been completely started
|
41 |
-
pip install -r requirements-client.txt
|
42 |
|
43 |
# test short context
|
44 |
python falconlite_client.py
|
|
|
38 |
### Perform inference
|
39 |
```bash
|
40 |
# after FalconLite has been completely started
|
41 |
+
pip install -r ../script/requirements-client.txt
|
42 |
|
43 |
# test short context
|
44 |
python falconlite_client.py
|