hemepositive / investa_gator_v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

investa_gator_v2

##Installation

You'll need:

  • python2.7

  • pip

    • you'll need to copy paste this script into a file called get-pip.py
    • from the command line run sudo python get-pip.py (on mac or linux)
    • for windows users open a command prompt with admin rights and navigate to the relevant directory then type python get-pip.py From there you can install packages with pip:
  • On mac or linux it is recommended that you use sudo pip install [package name]

  • On windows it is recommended that you install from an admin shell

To install with pip you need only type pip install [package name], below are the list of packages that need to be installed:

  • lxml.html
  • requests
  • unidecode
  • textblob
  • nltk
  • flask
  • sqlalchemy
  • numpy
  • scipy
  • sklearn
  • pandas

About


Languages

Language:CSS 68.3%Language:Python 19.2%Language:HTML 10.6%Language:PHP 1.2%Language:JavaScript 0.7%