Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 515 Bytes

install_ggplot.md

File metadata and controls

32 lines (19 loc) · 515 Bytes

##ggplots

If you're on Ubuntu, skip steps 1-3 and do sudo apt-get install python-pip.

###First:

Download pip

###Second:

Move the get-pip.py file out of downloads and somewhere where you can run it (such as your home directory)

###Third

In your terminal, type:

python get-pip.py

###Fourth:

Close the terminal and open a new window. This will ensure pip is functioning.

###Fifth Type:

pip install -U ggplot

Now we're good to go.