Skip to content

Commit

Permalink
Update reference to Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahima committed Sep 4, 2018
1 parent 305a90f commit 9d07ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a simple language.

### Python 3

Make sure to use `pip3` and `python3` when writing your code, because our autograder base image does include Python 2 as well, which are currently the defaults for `pip` and `python`. When installing Python 3, use the apt packages `python3` and `python3-pip`. If you need a more recent version than what is packaged by Ubuntu 16.04, you can try using a PPA or installing from source.
Make sure to use `pip3` and `python3` when writing your code, because our autograder base image does include Python 2 as well, which are currently the defaults for `pip` and `python`. When installing Python 3, use the apt packages `python3` and `python3-pip`. If you need a more recent version than what is packaged by Ubuntu 18.04, you can try using a PPA or installing from source.

## Example Test

Expand Down

0 comments on commit 9d07ab5

Please sign in to comment.