mirror of
https://github.com/jopohl/urh.git
synced 2026-03-16 05:06:47 +01:00
21 lines
269 B
Markdown
21 lines
269 B
Markdown
# Requirements
|
|
- Python 3.4+
|
|
- numpy
|
|
- PyQt5
|
|
- C++ Compiler
|
|
|
|
# Installation
|
|
|
|
```python
|
|
sudo python setup.py install
|
|
```
|
|
|
|
# Running from source
|
|
To execute urh without installation, just run:
|
|
```bash
|
|
cd bin
|
|
./urh
|
|
```
|
|
|
|
Note, on first use the C++ extensions will be built.
|