Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 735 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 735 Bytes

Stock Data Site

Dashboard for predicted stock values.

Installation

  • Runs with Python3.5.2

Pip

Linux

sudo apt-get -y install python3-pip
sudo apt-get install libmysqlclient-dev python-dev

Above commands included in Ubuntu_Install_Depends.sh

Windows

  • I recommend using Anaconda for Python 3 or Cygwin
  • Anaconda will have pip3 already installed
  • Cygwin select "pip3" binary to install along with "python3.5"

Configuration

Python Libraries

  • pip3 install -r requirements.txt

Running

Run site on localhost:5000.

  • python3 main.py 5000