lytang commited on
Commit
d42d6aa
·
verified ·
1 Parent(s): 6a30129

Enable downloading MiniCheck as a package

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