Skip to content

Commit b2bf619

Browse files
committed
update docs
1 parent 8c486c1 commit b2bf619

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

INSTALLATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ An [installation shell script](https://github.com/semuconsulting/PyGPSClient/blo
232232
- Creates a desktop application launcher which can be accessed from the Applications..Other menu.
233233
234234
```shell
235-
curl -O https://raw.githubusercontent.com/semuconsulting/PyGPSClient/refs/heads/master/examples/pygpsclient_debian_install.sh
236-
# or use wget ... if you prefer
235+
wget https://raw.githubusercontent.com/semuconsulting/PyGPSClient/refs/heads/master/examples/pygpsclient_debian_install.sh
236+
# or use curl -O ... if you prefer
237237
chmod +x pygpsclient_debian_install.sh
238238
./pygpsclient_debian_install.sh
239239
```
@@ -249,7 +249,7 @@ chmod +x pygpsclient_arch_install.sh
249249
```
250250
251251
### MacOS
252-
A similar [installation shell script](https://github.com/semuconsulting/PyGPSClient/blob/master/examples/pygpsclient_macos_install.sh) is available for MacOS 13 or later running a ZSH shell (*Homebrew or MacPorts are **NOT** required*). This will also install the latest official version of Python 3 with tkinter 8.6. Download the script to your Mac and - from the download folder - type:
252+
A similar [installation shell script](https://github.com/semuconsulting/PyGPSClient/blob/master/examples/pygpsclient_macos_install.sh) is available for MacOS 13 or later running a ZSH shell (*Homebrew or MacPorts are **NOT** required*). This will also install the latest official version of Python 3 with tkinter 8.6:
253253
254254
```shell
255255
curl -O https://raw.githubusercontent.com/semuconsulting/PyGPSClient/refs/heads/master/examples/pygpsclient_macos_install.sh

examples/pygpsclient_macos_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo "Creating virtual environment..."
2929
cd $HOME
3030
python3 -m venv pygpsclient
3131
source pygpsclient/bin/activate
32-
python3 -m pip install --upgrade pip pygpsclient
32+
python3 -m pip install --upgrade pip pygpsclient rasterio
3333
deactivate
3434

3535
echo "Adding directory to PATH..."

0 commit comments

Comments
 (0)