Files
urh/README.md
2016-05-04 17:18:50 +02:00

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.