Skip to content

Commit

Permalink
fixed readme and environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashas Reddy committed Apr 18, 2020
1 parent 82455b0 commit eae9455
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. Install anaconda
2. In terminal, navigate to this directory
3. Run `conda env create -n sentiment_analysis -f ./environment.yml`
4. Activate the environment by running `conda activate`
4. Activate the environment by running `conda activate sentiment_analysis`
5. Run this command `python -m spacy download en_core_web_sm`
6. Type in terminal `set FLASK_APP=server.py`
7. Then run `flask run`
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies:
- chardet==3.0.4
- click==7.1.1
- cymem==2.0.3
- en-core-web-sm==2.2.5
- fasttext==0.9.1
- flask==1.1.2
- idna==2.9
Expand Down

0 comments on commit eae9455

Please sign in to comment.