mirror of
https://github.com/kawasaki/pyscrlink.git
synced 2025-12-16 09:30:08 +01:00
README.md: Clarify python version 3.6 as the requirement
It was reported that the bluepy-scratch-link does not run on Ubuntu 16.04 which has python version 3.5. The script stopped with an error about f-format string, which was introduce with python 3.6. Even removing f-format string from the script, bluepy-scratch-link still requires python 3.6 because websockets module requires it. Clarify that python version requirement to avoid confusion. Signed-off-by: Shin'ichiro Kawasaki <kawasaki@juno.dti.ne.jp>
This commit is contained in:
@@ -16,9 +16,10 @@ This is a minimal implementation to support micro:bit. Some of Scratch-link
|
|||||||
features are not implemented. For example, Bluetooth (non-BLE) devices are not
|
features are not implemented. For example, Bluetooth (non-BLE) devices are not
|
||||||
supported. BLE device support other than micro:bit is not confirmed.
|
supported. BLE device support other than micro:bit is not confirmed.
|
||||||
|
|
||||||
Bluepy-scratch-link is for python 3 and do not work for python 2. If your Linux
|
Bluepy-scratch-link requires python version 3.6 and later to use websockets.
|
||||||
system has explicit command names python3 and pip3, use them in the instructions
|
If your system has python older than version 3.6, install newer version. If your
|
||||||
below.
|
Linux system has explicit command names python3 and pip3 for python version 3,
|
||||||
|
use them in the instructions below.
|
||||||
|
|
||||||
The instructions below was confirmed with elementary OS 5.0 Juno which is
|
The instructions below was confirmed with elementary OS 5.0 Juno which is
|
||||||
based on Ubuntu 18.04 LTS and Arch Linux. Trial with other distros and
|
based on Ubuntu 18.04 LTS and Arch Linux. Trial with other distros and
|
||||||
|
|||||||
Reference in New Issue
Block a user