Skip to content

Commit 94f2003

Browse files
committed
update readme
1 parent 61a3068 commit 94f2003

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,9 @@ python3 -m pip install --upgrade pygpsclient
150150
If required, `PyGPSClient` can also be installed into a virtual environment, e.g.:
151151

152152
```shell
153-
python3 -m pip install --user --upgrade virtualenv
154-
python3 -m virtualenv env
155-
source env/bin/activate (or env\Scripts\activate on Windows)
153+
python3 -m venv env
154+
source env/bin/activate # (or env\Scripts\activate on Windows)
156155
python3 -m pip install --upgrade pygpsclient
157-
...
158-
deactivate
159156
```
160157

161158
The pip installation process places an executable file `pygpsclient` in the Python binaries folder (`../bin` on Linux & MacOS, `..\Scripts` on Windows). The PyGPSClient application may be started by double-clicking on this executable file from your file manager or, if the binaries folder is in your PATH, by opening a terminal and typing (all lowercase):
@@ -188,7 +185,7 @@ Typically:
188185
1. Windows: `C:\Users\myuser\AppData\Roaming\Python\Python3**\Scripts\pygpsclient.exe`
189186
2. MacOS: `/Library/Frameworks/Python.framework/Versions/3.**/bin/pygpsclient`
190187
3. Linux: `/home/myuser/.local/bin/pygpsclient`
191-
4. Virtualenv: `env/bin/pygpsclient` (or `env\Scripts\pygpsclient.exe` on Windows)
188+
4. Virtual Env: `env/bin/pygpsclient` (or `env\Scripts\pygpsclient.exe` on Windows)
192189

193190
where `**` signifies the Python version e.g. `3.12`.
194191

0 commit comments

Comments
 (0)