Skip to content

Commit 77ca982

Browse files
authored
Update README.md
1 parent daf822a commit 77ca982

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Python client for interacting with the OnlyKey. Bundled with a CLI for configuri
44

55
**Still in early development.**
66

7-
## Ubuntu Install Dependencies
7+
<!---## Ubuntu Install Dependencies
88
99
Tested on Ubuntu 16.04
10-
Requires git, setuptools, python-dev, libusb-1.0-0-dev, libudev-dev
10+
Requires git, setuptools, python-dev, python-pip, libusb-1.0-0-dev, libudev-dev
1111
```
12-
$ sudo apt-get install git python-setuptools python-dev libusb-1.0-0-dev libudev-dev
12+
$ sudo apt-get install git python-setuptools python-dev libusb-1.0-0-dev libudev-dev python-pip
1313
```
1414
15-
Additionally, in order for non-root users to be able to communicate with OnlyKey a udev rule must be created as described [here](https://www.pjrc.com/teensy/td_download.html).
15+
Additionally, in order for non-root users to be able to communicate with OnlyKey a udev rule must be created as described [here](https://www.pjrc.com/teensy/td_download.html).--->
1616

1717
## Installation
1818

0 commit comments

Comments
 (0)