Skip to content

Instantly share code, notes, and snippets.

@binhqd
Created December 6, 2018 10:28
Show Gist options
  • Save binhqd/b2457cbeb37e7652d1d015c8b885b341 to your computer and use it in GitHub Desktop.
Save binhqd/b2457cbeb37e7652d1d015c8b885b341 to your computer and use it in GitHub Desktop.
Install Flask with Pandas

Prerequisite

1/ python3 2/ pip 3/ pandas 4/ Flask

Install Python 3

Link: https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-centos-7

Install Python pip

Link: https://www.liquidweb.com/kb/how-to-install-pip-on-centos-7/

Install

yum -y update yum -y install python-pip

Install Pandas Analystic

python3 -m pip install pandas

or

yum install python3-pandas

Install Flask micro web server

Link: https://github.com/pallets/flask/

install

python3 -m pip install -U Flask

@rachmadhartono8
Copy link

Thanks, i use the step to run flask python3 at my mac, that work ! thanks bro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment