Giter Site home page Giter Site logo

requirements-for-python-data-analysis's Introduction

Ubuntu 에 Python 3 데이터 분석 환경 설치하기

Virtual Machine 설치 및 Ubuntu 설치

Ubuntu 에서 Python 3 환경 설치하기

1. Ubuntu 접속

  • 터미널 키기 : ctrl + alt + t

2. Python 3 & pip3 & bs4 & mysqlclient & git 설치

# install python3 & pip3
$ sudo apt-get install python3 python3-dev python-dev python3-pip3

# install bs4
$ sudo apt-get install python3-tk python-bs4

# install mysqlclient
$ sudo apt-get install libmysqlclient-dev 

# install git
$ sudo apt-get install git

# upgrade pip
$ sudo pip3 install --upgrade pip

3. Git clone & install requirements.txt

# git clone
$ git clone https://github.com/JKeun/requirements-for-python-data-analysis.git

# change directory
$ cd requirements-for-python-data-analysis

# install requirements.txt
$ sudo pip3 install -r requirements.txt

# upgrade beautifulsuop4
$ sudo pip3 install --upgrade beautifulsuop4

# remove directory
$ cd ..
$ rm -rf requirements-for-python-data-analysis

4. 확인

# python 실행
$ python3
import tensorflow
import bs4
import numpy
import pandas
import seaborn
import matplotlib
import selenium
import scipy

requirements-for-python-data-analysis's People

Contributors

jkeun avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.