Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienroy authored Jun 1, 2023
1 parent e406241 commit ff5c890
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,22 @@ This application is written in Python language and so can be executed on any pla
Here is the installation instructions for Windows platform. Steps are similar on other platforms.

1. Install Python packages:
See <https://www.python.org/downloads/>
See <https://www.python.org/downloads/>

On the installer panel, click on "Customize installation"
![Python installation panel](pictures/PythonInstall.png)

Then check that at least the following options are selected:
- pip
- tcl/tk and IDLE
- py launcher
- for all user

![Python optionsn panel](pictures/PythonOptions.png)

Then click on "Next" then "Install".
After installation, reboot your computer.

2. Install PySerial package:
- On Windows Search Tool, type "cmd" and click on the Command Prompt application.
- Into the command prompt, execute the following line :
Expand All @@ -23,8 +38,8 @@ Here is the installation instructions for Windows platform. Steps are similar on

3. Download the file shutter_lover_remote_app.py :
On the following page:
<https://github.com/sebastienroy/shutter_lover_remote_app/blob/main/shutter_lover_remote_app.py>
Click on "Download raw file" button to download the application file
<https://raw.githubusercontent.com/sebastienroy/shutter_lover_remote_app/main/shutter_lover_remote_app.py>
Right click and select "Save As..." and save the file somewhere on your computer

4. 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.
Expand Down

0 comments on commit ff5c890

Please sign in to comment.