GithubHelp home page GithubHelp logo

edd's Introduction

Before running program

1. Install Python

Link: https://www.python.org/downloads/

For Windows:

Click 'Download the latest version for Windows' at the top of page to install.

For MacOS:

Find most recent release version, click 'Download', and find macOS file to install.

To Verify Installation

Run one of the following commands in terminal.

python --version

or

python3 --version

2. Install Pip

For MacOS:

To Install:

Run one of the following commands in terminal.

python -m ensurepip

or

python3 -m ensurepip

To Verify:

Run one of the following commands in terminal.

pip -V

or

pip3 -V

To Upgrade:

Run one of the following commands in terminal.

python -m pip install --upgrade pip

or

python3 -m pip install --upgrade pip

For Windows:

To Install:

Run one of the following commands in terminal.

python get-pip.py

or

python3 get-pip.py

To Verify:

Run one of the following commands in terminal.

pip -V

or

pip3 -V

To Upgrade:

Run one of the following commands in terminal.

python -m pip install --upgrade pip

or

python3 -m pip install --upgrade pip

3. Install Pandas

To Install:

Run one of the following commands in terminal.

pip install pandas

or

pip3 install pandas

To Verify

Run one of the following commands in terminal.

pip show pandas

or

pip3 show pandas

4. Install Wheel

To Install:

Run 'pip install wheel' OR 'pip3 install wheel'. Run one of the following commands in terminal.

pip install wheel

or

pip3 install wheel

To Verify

Run 'pip show wheel' OR 'pip3 show wheel'. Run one of the following commands in terminal.

pip show wheel

or

pip3 show wheel

5. Install Openpyxl

To Install:

Run one of the following commands in terminal.

pip install openpyxl

or

pip3 install openpyxl

To Verify

Run one of the following commands in terminal.

pip show openpyxl

or

pip3 show openpyxl

edd's People

Contributors

b-regan11 avatar

Watchers

 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.