From c332d4b720faf1695d728c24713b60301355fc04 Mon Sep 17 00:00:00 2001 From: Max Niagolov Date: Mon, 10 Apr 2023 01:04:07 +0900 Subject: [PATCH] modified README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 057e35a7..c4002e0b 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,18 @@ On Windows : ```cmd install.bat ``` -- On linux/ Mac os +- On Linux ```bash bash ./install.sh ``` +- On Mac os + +```bash +bash ./install-macos.sh +``` + On Linux/MacOS, if you have issues, refer more details are presented [here](docs/Linux_Osx_Install.md) These scripts will create a Python virtual environment and install the required dependencies. It will also download the models and install them.