Browse Source
Merge pull request #3 from theconsultant/master
merged linux and macos #!
pull/5/head
Jure Šorn
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
README.md
|
|
@ -1412,10 +1412,8 @@ for el in Bar.foreach([1, 2, 3]): |
|
|
|
Basic Script Template |
|
|
|
--------------------- |
|
|
|
```python |
|
|
|
# Linux: |
|
|
|
# Linux or macOS |
|
|
|
#!/usr/bin/env python3 |
|
|
|
# Mac: |
|
|
|
#!/usr/local/bin/python3 |
|
|
|
# |
|
|
|
# Usage: .py |
|
|
|
# |
|
|
|