From cdfb2b151785eb89fef70907a6f2a19fa0acf4ae Mon Sep 17 00:00:00 2001 From: arsalan0004 <54005869+arsalan0004@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:19:32 -0400 Subject: [PATCH] Update `pip install` command Update `pip install` instruction to conform to new standard. Reference `python3` documentation: [https://docs.python.org/3/installing/index.html#basic-usage](https://docs.python.org/3/installing/index.html#basic-usage) --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 22c60ce..7dd38b0 100644 --- a/README.MD +++ b/README.MD @@ -69,7 +69,7 @@ cd 6DRepNet ```sh python3 -m venv venv source venv/bin/activate -pip install -r requirements.txt # Install required packages +python3 -m pip install -r requirements.txt # Install required packages ``` In order to run the demo scripts you need to install the face detector