Skip to content

Commit 176f3b4

Browse files
Update software_overview.md
Swap order
1 parent 4bc2083 commit 176f3b4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/software_overview.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -204,27 +204,27 @@ There are a variety of [installation methods](https://github.com/semuconsulting/
204204
[Installation instructions](https://github.com/semuconsulting/PyGPSClient?tab=readme-ov-file#install-using-pip) for the `pip` installation method are detailed in the GitHub repository's `README.md` file. Depending on how Python is installed on the computer, one of the following commands should allow users to install the software:
205205

206206

207-
```shell
208-
python3 -m pip install pygpsclient
209-
```
210-
211-
```shell
212-
pip3 install pygpsclient
213-
```
214-
215-
216-
!!! tip "Jetson - Install `pip`"
207+
???+ tip "Jetson - Install `pip`"
217208
For the Jetson Orin Nano development kit, users will need to install `pip` before following the installation steps below.
218209

219210
```shell
220211
sudo apt install python3-pip
221212
```
222213

223214

224-
!!! rpi "Pi OS - Bookworm"
215+
???+ rpi "Pi OS - Bookworm"
225216
Starting with Raspberry Pi OS Bookworm, users can no longer install Python packages, via `pip`, directly into the system version of Python. Instead, Python packages must be installed into a Python virtual environment (`venv`); a container where third-party modules can be safely installed without interfering with the system version of Python.
226217

227218

219+
```shell
220+
python3 -m pip install pygpsclient
221+
```
222+
223+
```shell
224+
pip3 install pygpsclient
225+
```
226+
227+
228228

229229
### Virtual Environment
230230
With the latest version of the Raspberry Pi OS, Bookworm, users will need to follow to the [instructions for utilizing a virtual environment](https://github.com/semuconsulting/PyGPSClient?tab=readme-ov-file#install-using-pip).

0 commit comments

Comments
 (0)