Commit ddcddb72 authored by bobloblaw's avatar bobloblaw
Browse files

Updates python_fundamentals.md

Auto commit by GitBook Editor
parent 1b1a0f19
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -36,7 +36,10 @@ print total

## Pip - package management

Pip is the python package manager. It ca be used to download other modules.

Install pip

```bash
sudo apt-get install python-pip
```