lytang commited on
Commit
87179c6
1 Parent(s): 3dcb7a1

Enable downloading MiniCheck as a package

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