From 35bebb3544a3a4aed1b8502d0fb2d00dfd6bc852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96rsan=20NUHO=C4=9ELU?= Date: Wed, 28 Jun 2023 19:02:49 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b26a764..2152bf0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ If you have CUDA graphic card, please follow the requirements of [NVlabs/stylega The usual installation steps involve the following commands, they should set up the correct CUDA version and all the python packages ``` -conda env create python=3.7 -f environment.yml +conda env create -f environment.yml conda activate stylegan3 ```