From f7b8240cee63a5c5cc1477a88c9cdda7700736cd Mon Sep 17 00:00:00 2001 From: Smiril Date: Thu, 18 Aug 2022 14:06:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfde164..192724b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Check if you have it with `brew ls --versions hdf5`. Install it with `brew insta **Clone and setup** -1. Clone this repository (`git clone https://github.com/chychkan/DeepFaceLab_MacOS.git`) -2. Run script `./scripts/0_setup.sh` to get [DeepFaceLab](https://github.com/iperov/DeepFaceLab), create virtual env and install necessary Python dependencies. This may take several minutes to run. +1. Clone this repository (`git clone https://github.com/Smiril/DeepFaceLab_MacOS.git`) +2. Run script `./scripts/0_setup.sh` to get [DeepFaceLab](https://github.com/Smiril/DeepFaceLab_apple-Silicon.git), create virtual env and install necessary Python dependencies. This may take several minutes to run. Now you can put your `data_src.mp4` and `data_dst.mp4` files into the `workspace/` dir and start running scripts from the `scripts/` dir.