diff --git a/README.md b/README.md index 5b3c877..5a5d4e0 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ direct you to the [PyTorch Installation Page](https://pytorch.org/get-started/lo You can then install the remaining package dependencies as follows: ```shell +git clone https://github.com/huggingface/alignment-handbook.git +cd ./alignment-handbook/ python -m pip install . ```