diff --git a/README.md b/README.md index 8394c5c..2f9ce53 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,12 @@ > [!TIP] > **Getting Started:** [](https://colab.research.google.com/github/stanfordnlp/pyreft/blob/main/main_demo.ipynb) [**ReFT with TinyLlama**] -Install **`pyreft`** from pip+git: +Install **`pyreft`** from pip: +```bash +pip install pyreft +``` + +Alternatively, install our latest **`pyreft`** from pip+git: ```bash pip install git+https://github.com/stanfordnlp/pyreft.git ```