From 73f0ff5e63b87254c5f5bf5cd1590f999bad4ab3 Mon Sep 17 00:00:00 2001 From: "Gabrielle \"Kaili\" Liu" Date: Mon, 15 Apr 2024 08:31:05 +0800 Subject: [PATCH] Add bash formatting in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c103f02bb..eb28724da 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Don't push your API key to this repo! To run sentiment classification, first create a conda environment for Python 3 using the `backend/sentiment_classif_requirements.txt` file: -``` +```bash cd backend conda create --name --file sentiment_classif_requirements.txt ```