From 1fe17845ad00b027c06257c10589b1a84947491d Mon Sep 17 00:00:00 2001 From: Sidharth Anupkrishnan Date: Mon, 2 Dec 2024 22:09:30 -0500 Subject: [PATCH] Fix installation command in README Minor mistake in the instruction. pip install should be the correct usage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a92b49..df08ff8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ We show how to use the body data from AMASS to animate these models. Clone this repo and run the following from the root folder: ```bash -python install -r requirements.txt +pip install -r requirements.txt python setup.py develop ```