Skip to content

Commit

Permalink
add note for OSX users
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienroy committed Dec 13, 2023
1 parent e203368 commit 7637b05
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,23 @@ Here is the installation instructions for Windows platform. Steps are similar on
Then click on "Next" then "Install".
After installation, reboot your computer.

2. Install PySerial package:
**Note for OSX users** : the installation of the python "pip" package is mandatory for the next step. On OSX, the installation of the "pip" package can be done following the above instructions :
https://www.groovypost.com/howto/install-pip-on-a-mac/

3. Install PySerial package:
- On Windows Search Tool, type "cmd" and click on the Command Prompt application.
- Into the command prompt, execute the following line :

```text
pip install pyserial
```

3. Download the file shutter_lover_remote_app.py :
4. Download the file shutter_lover_remote_app.py :
Get the application from the following link:
<https://github.com/sebastienroy/shutter_lover_remote_app/releases/download/v1.1.0/shutter_lover_remote_app.py>
Save the file somewhere on your computer

4. Right-click on the downloaded file and select "Open With", then select Python.
5. Right-click on the downloaded file and select "Open With", then select Python.
You can choose to always use Python to open files having ".py" extension, so that you can execute the application through a double-click on the file.

## Usage
Expand Down

0 comments on commit 7637b05

Please sign in to comment.