Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shirosaidev authored Oct 25, 2019
1 parent 28fa2d2 commit 4ad60d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Join the conversation, get support, etc on [stocksight Slack](https://join.slack

## Requirements
- Python 3. (tested with Python 3.6.5)
- elasticsearch python module
- nltk python module
- requests python module
- tweepy python module
Expand All @@ -35,7 +36,6 @@ Join the conversation, get support, etc on [stocksight Slack](https://join.slack
## Optional installs
- Elasticsearch 5. (Elasticsearch is recommended but can be not used with --noelasticsearch)
- Kibana 5. (Kibana is recommended for searching/visualizing the Elasticsearch indices)
- elasticsearch python module

### Download

Expand All @@ -58,7 +58,7 @@ Install python requirements using pip

`pip install -r requirements.txt`

Download nltk python data
Install python nltk data

`python -c "import nltk; nltk.download('punkt')"`

Expand Down

0 comments on commit 4ad60d3

Please sign in to comment.