1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-09-17 18:56:35 -04:00
aprsd/INSTALL.txt
2020-12-05 12:56:52 -08:00

23 lines
328 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 # generates a config.yml template on first run
vi ~/.aprsd/config.yml
./bin/aprsd
# profit! #