Updated Installing on Linux (markdown)

Twentysix 2016-04-13 23:34:25 +02:00
parent c5f41bf6f9
commit 8647e39991

@ -16,7 +16,7 @@ sudo apt-get install git
``` ```
###Python 3.5 ###Python 3.5
``` ```
sudo apt-get install python3.5 -y sudo apt-get install python3.5-dev -y
``` ```
###Pip ###Pip
``` ```