From 61c01c1037598d818df21109e75986e707ac2d98 Mon Sep 17 00:00:00 2001 From: PRIYANKjakharia Date: Wed, 2 Oct 2024 01:39:54 +0530 Subject: [PATCH] updated pip package manager updated pip to pip3 in readme instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 579c0e5..5763429 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ conda activate stylegan3 Then install the additional requirements ``` -pip install -r requirements.txt +pip3 install -r requirements.txt ``` Otherwise (for GPU acceleration on MacOS with Silicon Mac M1/M2, or just CPU) try the following: