> For the complete documentation index, see [llms.txt](https://lijeffrey39.gitbook.io/sentiment-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lijeffrey39.gitbook.io/sentiment-ai/project-setup/installation.md).

# Installation

## Setup

<https://github.com/lijeffrey39/stockAnalysis>

```
$ pip3 install -r requirements.txt
```

{% hint style="info" %}
Working on >= Python v3.7

Ensure the latest version of Chrome is installed for web scraping.
{% endhint %}

To begin, this is the basic command for running anything from the main project.

```
$ python3 stocktwits.py
```

Flags can be provided based on certain functions that want to be run

`-u` : User web scraping

`-s` : Stock web scraping

`-p` : Daily stock prediction
