gut-space / svarog

📡 A ground stations network for receiving satellite transmissions, using VHF, UHF, and more.
MIT License
9 stars 0 forks source link

Station installation fix #73

Closed tomaszmrugalski closed 2 years ago

tomaszmrugalski commented 2 years ago

Refactored the station setup a bit. It is now possible:

The python3 setup.py install failed with write access errors (because it tried to write to /usr/local/.... However, pip install -r requirements.txt succeeded, because it was installing to user directory.

I've pushed the doc/install.md changes directly to master. Sorry about that, but it was easier to update there.

The argparse usage works, but is a bit uncommon. It defines its own params, but then parses only known params and then passes through to the actual argparse sometime later.

tomaszmrugalski commented 2 years ago

I needed those changes, because I reinstalled TKIS-1 station on a new faster SD card. I don't think I'll need them anytime soon. Take your time with the review.