Skip to content

Commit

Permalink
Remove legacy sentiment requirements txt name
Browse files Browse the repository at this point in the history
  • Loading branch information
pybeebee authored Apr 15, 2024
1 parent 882252b commit ecf0ad0
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 @@ -47,7 +47,7 @@ Don't push your API key to this repo!
To run sentiment classification, first create a conda environment for Python 3 using the requirements.txt file:

```
conda create --name <env_name> --file sentiment_classif_requirements.txt
conda create --name <env_name> --file requirements.txt
```

Activate the conda environment by running:
Expand Down

0 comments on commit ecf0ad0

Please sign in to comment.