INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
ideally one sentence >
| #!/Users/username/Documents/python/projectname/env/bin/python | |
| # change username and projectname above to match yours - the path must match the path in YOUR virtualenv | |
| """ | |
| edit line 1 to match what YOU get when you are in YOUR virtualenv and type: | |
| which python | |
| # NO SPACES in first 3 chars in line 1: #!/ | |
| # make sure env is activated! |