Skip to content

Commit

Permalink
Add bash formatting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pybeebee authored Apr 15, 2024
1 parent 295d6b1 commit 73f0ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <env_name> --file sentiment_classif_requirements.txt
```
Expand Down

0 comments on commit 73f0ff5

Please sign in to comment.