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