Download Single File from GitHub on Mac
• Select the file you wish to download.
• 
• Right-click and select “Save Page As…”
• 
• Browse to where you’d like to save the file, replace the file extension with desired file type and select “Save.”
• 
• The file will save to your desired location.
• 
Run Python Script as Administrator in Git Bash on Windows
• Press Windows key, type “git bash” and select “Run as administrator.”
• 
• Type cd “< location of Python script >” and press “Enter” key to change directory to the location of the Python script.
• 
• Type python3 < Python script > and press “Enter” key to run Python script as administrator.
• 


