From 2213b494a0f625356891b5e4dd70a46844124d0d Mon Sep 17 00:00:00 2001 From: John Vivian Date: Fri, 10 Nov 2023 12:04:48 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 232b960..ecc3148 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Repository for Covid-19 Dynamic Factor Model - Download and install [Anaconda]() to your PATH and run: ```bash -git Vclone https://github.com/jvivian/covid19-drDFM/ # Get source code +git clone https://github.com/jvivian/covid19-drDFM/ # Get source code cd covid19-drDFM conda env update -f environment.yml # Create python env for project conda activate py3.10 # Activate env