From cbe7fee15f0b2de0667f4fb9797717c99377e951 Mon Sep 17 00:00:00 2001 From: Harry Pham Date: Fri, 12 Nov 2021 16:46:07 +0800 Subject: [PATCH] Update dependency version and docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1042cf..f965446 100755 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ In order to add/remove mosaic, there must be a model file at `./pretrained_model ```bash virtualenv mosaic -source mosaic/bin.activate +source mosaic/bin/activate ``` Then install the dependencies -- GitLab