File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ If your RTK 'freezes' after the update, pressing ```Reset ESP32``` will get it g
42
42
43
43
## Installation
44
44
45
- Installation binaries are available for all major platforms (macOS, Window, and Linux) on the release page of the RTK Uploader GitHub repository.
45
+ Installation binaries are available for all major platforms (macOS, Window, and Linux) on the release page of the RTK Uploader GitHub repository:
46
46
47
- [ RTK Uploader Release Page] ( https://github.com/sparkfun/SparkFun_RTK_Firmware_Uploader/releases )
47
+ [ ** RTK Uploader Release Page** ] ( https://github.com/sparkfun/SparkFun_RTK_Firmware_Uploader/releases )
48
48
49
49
### Windows
50
50
* Download the github release zip file - * RTKUploader.win.zip.zip*
@@ -93,13 +93,13 @@ Notes:
93
93
* Depending on your system, you might need to use the command ` pip3 `
94
94
95
95
### Raspberry Pi
96
- We've tested the Uploader on both 32-bit and 64-bit Raspberry Pi Debian. You will need to use the Python Package to install it.
96
+ We've tested the Uploader on both 32-bit and 64-bit Raspberry Pi Debian. You will need to use the ** Python Package** to install it.
97
97
98
98
Notes:
99
99
* On 32-bit Raspberry Pi, with both Python 2 and Python 3 installed, use ` sudo pip3 install RTK_Firmware_Uploader-1.4.0.tar.gz `
100
100
* By default, the executable will be placed in ` /usr/local/bin `
101
101
* On 64-bit Raspberry Pi, use ` sudo pip install RTK_Firmware_Uploader-1.4.0.tar.gz `
102
- * The ' sudo' is required to let ` setup.py ` install ` python3-pyqt5 ` and ` python3-pyqt5.qtserialport ` using ` sudo apt-get install `
102
+ * The ` sudo ` is required to let ` setup.py ` install ` python3-pyqt5 ` and ` python3-pyqt5.qtserialport ` using ` sudo apt-get install `
103
103
104
104
![ Raspberry Pi 64-bit : Install] ( images/RPi_install.png )
105
105
You can’t perform that action at this time.
0 commit comments