Update README.md
This commit is contained in:
parent
ed5ce06e86
commit
adc562972e
16
README.md
16
README.md
@ -1,4 +1,18 @@
|
||||
Week 3 Day 3
|
||||
============
|
||||
|
||||
Today you will be using your first api and bringing it together with the MVC pattern to create a terminal app. We're starting to bring things together. Have fun with this.
|
||||
Today we will be bringing together everything we've learned so far. We'll also be reaching out to the internet for data for the very first time.
|
||||
|
||||
We're going to need to go outside Python's core library for the very first time. This means installing the Python package manager, [Pip](https://en.wikipedia.org/wiki/Pip_(package_manager).
|
||||
|
||||
To install Pip on Ubuntu:
|
||||
|
||||
`sudo apt-get install python-pip3`
|
||||
|
||||
Mac Users, if you installed Python3 using Homebrew than you should already have Pip installed.
|
||||
|
||||
To install a package with pip, just enter in your terminal:
|
||||
|
||||
`pip3 install [package-name]`
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user