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