From 7d6fe765ecfbea7fb40910a7a89b0e8b37685843 Mon Sep 17 00:00:00 2001 From: Girraj Jangid <34280160+Girrajjangid@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:22:16 +0530 Subject: [PATCH] Update README.md (#35) update installation instruction. Added git cmd --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 . ```