remove install from repo

This commit is contained in:
jopohl
2016-11-20 17:58:55 +01:00
parent 8218592064
commit 0f4a55cf3f

View File

@@ -38,15 +38,6 @@ sudo pip3 install urh
5. Navigate to ```C:\Users\<Your-Username>\AppData\Local\Programs\Python\Python35\Scripts```
6. In a terminal (__cmd__) type ```python urh```
### From cloned repository
If you want to URH from a cloned repository you need to install __python-setuptools__ first.
```bash
git clone https://github.com/jopohl/urh/
cd urh
sudo python setup.py install
```
### Running from source
To execute the Universal Radio Hacker without installation, just run:
```bash