From cd9d730e047d7c0200fc0e0f920c34381a697714 Mon Sep 17 00:00:00 2001
From: tzuifurther <128354761+tzuifurther@users.noreply.github.com>
Date: Mon, 10 Jul 2023 08:17:56 +0800
Subject: [PATCH] fix requirements.txt name for README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5cf40a8..579c0e5 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ conda activate stylegan3
 Then install the additional requirements
 
 ```
-pip install -r requirements
+pip install -r requirements.txt
 ```
 
 Otherwise (for GPU acceleration on MacOS with Silicon Mac M1/M2, or just CPU) try the following: