You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,11 +86,11 @@ The RTK Firmware Uploader is also provided as an installable Python package. Thi
87
86
88
87
To install the Python package:
89
88
* Download the package file - *python-install-package.zip*
90
-
* Unzip the github release file. This results in the installable Python package file - *RTK_Firmware_Uploader-1.4.0.tar.gz* (note - the version number might vary)
89
+
* Unzip the github release file. This results in the installable Python package file - *RTK_Firmware_Uploader-1.6.0.tar.gz* (note - the version number might vary)
91
90
92
91
At a command line - issue the package install command:
93
92
94
-
*`pip install RTK_Firmware_Uploader-1.4.0.tar.gz`
93
+
*`pip install RTK_Firmware_Uploader-1.6.0.tar.gz`
95
94
* Once installed, you can start the RTK Uploader App by issuing the command `./RTK_Formware_Upload` at the command line. (To see the command, you might need to start a new terminal, or issue a command like `rehash` depending on your platform/shell)
96
95
97
96
Notes:
@@ -103,9 +102,9 @@ Notes:
103
102
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.
104
103
105
104
Notes:
106
-
* 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`
105
+
* On 32-bit Raspberry Pi, with both Python 2 and Python 3 installed, use `sudo pip3 install RTK_Firmware_Uploader-1.6.0.tar.gz`
107
106
* By default, the executable will be placed in `/usr/local/bin`
108
-
* On 64-bit Raspberry Pi, use `sudo pip install RTK_Firmware_Uploader-1.4.0.tar.gz`
107
+
* On 64-bit Raspberry Pi, use `sudo pip install RTK_Firmware_Uploader-1.6.0.tar.gz`
109
108
* The `sudo` is required to let `setup.py` install `python3-pyqt5` and `python3-pyqt5.qtserialport` using `sudo apt-get install`
110
109
111
110

0 commit comments