add note for updating

This commit is contained in:
Johannes Pohl
2017-03-31 14:35:13 +02:00
parent 468630680a
commit 1f956e2f6a

View File

@@ -67,6 +67,12 @@ corresponding native device support.
3. In a terminal, type: ``` pip3 install urh ```.
4. Type ``` urh ``` in a terminal to get it started.
### Updating
If you installed URH via pip you can keep it up to date with
```bash
pip3 install --upgrade urh
```
### Running from source
If you like to live on bleeding edge, you can run URH from source.