Update README.md (#35)

update installation instruction. Added git cmd
This commit is contained in:
Girraj Jangid
2023-11-20 13:22:16 +05:30
committed by GitHub
parent 0e09b0c6ec
commit 7d6fe765ec
+2
View File
@@ -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 .
```