lytang commited on
Commit
0578234
1 Parent(s): a9ce7f5

Enable downloading MiniCheck as a package

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -44,8 +44,10 @@ LLMs' actual behaviors.
44
 
45
  # Model Usage Demo
46
 
47
- Please first clone our [GitHub Repo](https://github.com/Liyan06/MiniCheck) and install necessary packages from `requirements.txt`.
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