Enable downloading MiniCheck as a package
Browse files
README.md
CHANGED
@@ -43,8 +43,10 @@ LLMs' actual behaviors.
|
|
43 |
|
44 |
# Model Usage Demo
|
45 |
|
46 |
-
Please
|
47 |
-
|
|
|
|
|
48 |
|
49 |
### Below is a simple use case
|
50 |
|
|
|
43 |
|
44 |
# Model Usage Demo
|
45 |
|
46 |
+
Please run the following command to install the **MiniCheck package** and all necessary dependencies.
|
47 |
+
```sh
|
48 |
+
pip install "minicheck @ git+https://github.com/Liyan06/MiniCheck.git@main"
|
49 |
+
```
|
50 |
|
51 |
### Below is a simple use case
|
52 |
|