2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-01 21:40:24 +00:00

Merge pull request #12 from minomi/master

add python install way
This commit is contained in:
Igor Chubin 2018-07-12 02:23:19 +02:00 committed by GitHub
commit 01c11fe1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,6 @@
# if not, install it this way:
# (Debian/Ubuntu) apt-get install python
# (Fedora/CentOS) yum install python
# (Mac OS X) brew install python
# to execute: python my_script.py
print "Hello, World!"