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
Copy file name to clipboardExpand all lines: README.md
+26-11
Original file line number
Diff line number
Diff line change
@@ -67,22 +67,37 @@ On Windows, URH can be installed with its [Installer](https://github.com/jopohl/
67
67
If you get an error about missing ```api-ms-win-crt-runtime-l1-1-0.dll```, run Windows Update or directly install [KB2999226](https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows).
68
68
69
69
### Linux
70
-
#### Install via Package Manager
71
-
URH is included in the repositories of many linux distributions such as __Arch Linux__, __Gentoo__, __Fedora__, __openSUSE__ or __NixOS__. There is also a package for __FreeBSD__. If available, simply use your package manager to install URH.
72
-
73
-
#### Generic Installation with pip (Ubuntu/Debian)
74
-
URH is available on [PyPi](https://pypi.org/project/urh/) so you can install it with ``` pip ``` . For Ubuntu/Debian use the following commands to install URH including extensions for native SDR support.
70
+
#### Generic Installation with pip (recommended)
71
+
URH is available on [PyPi](https://pypi.org/project/urh/) so you can install it with
Make sure your current user is in the ```plugdev``` group to make these rules work.
92
+
You find rules for other SDRs by searching for "```<SDR name>``` udev rules" in your favorite search engine.
93
+
94
+
#### Install via Package Manager
95
+
URH is included in the repositories of many linux distributions such as __Arch Linux__, __Gentoo__, __Fedora__, __openSUSE__ or __NixOS__. There is also a package for __FreeBSD__. If available, simply use your package manager to install URH.
96
+
97
+
__Note__: For native support, you must install the according ```-dev``` package(s) of your SDR(s) such as ```hackrf-dev```__before__ installing URH.
83
98
84
99
#### Docker Image
85
-
The official URH docker image is available [here](https://hub.docker.com/r/jopohl/urh/).
100
+
The official URH docker image is available [here](https://hub.docker.com/r/jopohl/urh/). It has all native backends included and ready to operate.
0 commit comments