StockScreeners / INSTALLATION.md
Hitendra1851's picture
.
a4c7650
# Installation Guide
This is a troubleshooting guide for installing [Screenipy](https://github.com/pranjal-joshi/Screeni-py) on your computer.
## For MacOS
### One Time Configuration
1. Download the executable from the [Latest Release](https://github.com/pranjal-joshi/Screeni-py/releases/latest)
2. Open `Terminal` from `Applications > Utility > Terminal`
3. Execute following commands in the terminal (Commands are **Case Sensitive**)
```
cd Downloads # Navigate to Downloads folder
chmod +x screenipy.run # Apply Execute permission to the file
```
4. Right click on 'screenipy.run' and select option `Open with > Utilities > Terminal`. (Select All applications if `Terminal` is frozen)
5. You may get **Developer not Verified** error as follow:
![Error](https://user-images.githubusercontent.com/6128978/119251001-95214580-bbc1-11eb-8484-e07ba33730dc.PNG)
6.Click on the **`?`** Icon. The following prompt will appear on the right bottom of your screen.
![Prompt](https://user-images.githubusercontent.com/6128978/119251025-c39f2080-bbc1-11eb-8103-9f0d267ff4e4.PNG)
7. Click on `Open General Pane for me` option.
8. This will open following **Security and Privacy** window.
9. Click on **`Open Anyway`** Button to grant executable permission for the Screenipy. (Enter your password if prompted)
![Allow](https://user-images.githubusercontent.com/6128978/119251073-11b42400-bbc2-11eb-9a15-7ebb6fec1c66.PNG)
10. Close the window.
11. Now double click on `screenipy.run` file to use the application.