Explorar el Código

python updates

Kristofer Younger hace 6 años
padre
commit
1cff88357d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      README.md

+ 5
- 0
README.md Ver fichero

@@ -5,6 +5,11 @@ Ideas around python/flask labs and lectures:
5 5
 * docker with mysql [Docker For Mac Mysql Setup](https://dzone.com/articles/docker-for-mac-mysql-setup)
6 6
 
7 7
 
8
+### Python 3
9
+
10
+`brew install python` gets python3 on your mac
11
+[The Hitchhiker’s Guide to Python](http://docs.python-guide.org/en/latest/) for *fascinating* information on your new **Best Friend**, *python* (3)
12
+
8 13
 ### Docker
9 14
 
10 15
 once installed, and the mysql is running: