mirror of
https://github.com/jopohl/urh.git
synced 2026-03-24 00:47:00 +01:00
468 B
468 B
Requirements
- Python 3.4+
- numpy
- PyQt5
- C++ Compiler
Installation
Arch Linux
yaourt -S urh
From pip
pip3 install urh
From cloned repository
git clone https://github.com/jopohl/urh/
cd urh
sudo python setup.py install
Running from source
To execute urh without installation, just run:
git clone https://github.com/jopohl/urh/
cd urh/bin
./urh
Note, on first use the C++ extensions will be built.