From 4360c14218b580dbd07f91f1d9b95e8d2f05956f Mon Sep 17 00:00:00 2001 From: Henry Laynesa Jr <32069251+henrylaynesa@users.noreply.github.com> Date: Wed, 20 Nov 2019 23:39:49 +0800 Subject: [PATCH] Fix typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bce4b0..9c43673 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project is used as a capstone project for [Eskwelabs](https://www.eskwelabs ## Setup Run ```s -conda env create -f crime-prediction.yml +conda env create -f crime-capstone.yml ``` to create a virtual environment. You may also use the `requirements.txt` to install the dependencies.