Skip to content

Commit 5175c34

Browse files
committed
update readme
1 parent 20a7c81 commit 5175c34

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@ Development environment
4848
* Python - 3.7.8
4949
* pyserial - 3.5
5050
* pyusb - 1.2.1
51-
* libusb - 1.0.24b3
52-
* libusb1 - 3.0.0
51+
* hidapi - 0.10.1
5352

5453
```shell
5554
pip install pyserial
5655
pip install pyusb
57-
pip install libusb
58-
pip install libusb1
56+
pip install hidapi==0.10.1
5957
```
6058

6159
<strong>On Linux:</strong>
@@ -66,15 +64,18 @@ Development environment
6664
* Python - 3.9.10
6765
* pyserial - 3.4
6866
* pyusb - 1.0.2
67+
* pyusb - 1.0.2
6968
* libusb - 1.0.22b9
7069
* libusb1 - 3.0.0
70+
* hidapi - 0.10.1
7171

7272
```shell
7373
sudo apt-get install python3-pip
7474
sudo pip3 install pyserial
7575
sudo pip3 install pyusb
7676
sudo pip3 install libusb
7777
sudo pip3 install libusb1
78+
sudo pip3 install hidapi==0.10.1
7879
```
7980

8081
<strong>On Mac:</strong>
@@ -99,7 +100,6 @@ brew install libusb
99100
sudo pip3 install libusb1
100101
brew install hidapi - Only for Mac OS
101102
```
102-
103103
### Installing cricketlib Packages
104104

105105
1. Clone the repository from [github](https://github.com/mcci-usb/cricketlib)
@@ -196,9 +196,8 @@ sw3.port_on("hs")
196196
time.sleep(1)
197197
sw3.port_off()
198198
```
199-
200199
## Release History
201-
- v1.0.4 Support for Switch 2101 port status
200+
- v1.0.4 Support for Switch 2101 port status and implenting hidapi for windows and linux
202201
- v1.0.3 Support python 64-bit
203202
- v1.0.2 update speed change in switch2101
204203
- v1.0.0 initial release

0 commit comments

Comments
 (0)