Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/777arc/hamwow


https://github.com/777arc/hamwow

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Run Tests

Run unit tests with `python -m pytest`

# Building

## Windows

```
pip install -r requirements.txt
pip install pyrtlsdrlib
```

Create portable .exe with:
```
pip install pyinstaller
python -m PyInstaller -F main.py
```
The .exe will be in /dist

## Ubuntu

```
sudo apt update
sudo apt install portaudio19-dev
pip install -r requirements.txt
```