From 6ca5320335c97fde4de3a9516e874546bb8a3e92 Mon Sep 17 00:00:00 2001 From: CEED Date: Tue, 23 May 2023 00:10:30 +0200 Subject: [PATCH] And another one. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2540279..9c65d81 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ pip install imaginepy The following steps are instructions on download, preparing, and running the code under a Venv environment. You can skip steps 3-5 with a simple `python setup.py install` call instead, but you miss out on a wide array of benefits. -1. `git clone https://github.com/ItsCEED/ImaginePy-Midjourney-Free-Alternative` -2. `cd ImaginePy-Midjourney-Free-Alternative` +1. `git clone https://github.com/ItsCEED/Imaginepy` +2. `cd Imaginepy` 3. `python -m venv env` 4. `source env/bin/activate` 5. `python setup.py install`