Steps
- Create a file with your robinhood username and password file set up (it is recommended that this is done locally through console)
- Run pip3 install --upgrade pip in terminal to ensure you have the most recent version of python
- Run pip3 install robin_stocks in terminal to download the connection
- Run pip3 install yfinance in terminal to download the connection
- Run pip3 install matplotlib in terminal to enable visualization tools
- Run pip3 install jupyter in terminal to enable inline visualization