1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-06-24 13:05:32 -04:00
aprsd/INSTALL.txt
2020-12-05 12:55:15 -08:00

23 lines
277 B
Plaintext

# installation instructions for the short-attention-span user like me
cd ~
virtualenv .venv
cd .venv/
source ./activate
git clone https://github.com/craigerl/aprsd.git
cd aprsd
pip install .
mkdir -p ~/.aprsd
./bin/aprsd
vi ~/.aprsd/config.yml
./bin/aprsd
# profit! #