From bc981d5953935524ccb23ea8d172f44a2301ad13 Mon Sep 17 00:00:00 2001 From: Loryhoof Date: Tue, 7 Mar 2023 04:23:54 +0800 Subject: [PATCH] Added collon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3d30c63f..6b8321ec4 100755 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ In order to download the checkpoints and tokenizer, fill this [google form](http ## Setup -In a conda env with pytorch / cuda available, run +In a conda env with pytorch / cuda available, run: ``` pip install -r requirements.txt ``` -Then in this repository +Then in this repository: ``` pip install -e . ```