This is the redevelopment of the Radio Telemetry Tracker Ground Control Station from v1.0. Working branch v1.0a, becomes v2.0 on release
- Install Miniconda
- Download this repository
- Navigate to the
radio_collar_tracker_gcs
project in a python capable terminal - Run
conda create --name rctGCS --file conda-linux.lock
- Run
conda activate rctGCS
- Run
poetry install
- Set the
_CONDA_ROOT
environment variable by echoing it into your.bashrc
file. Replace/path/to/miniconda3
with your actual Miniconda installation path:echo 'export _CONDA_ROOT=/path/to/miniconda3' >> ~/.bashrc
- Source your
.bashrc
to apply the changes:source ~/.bashrc
- Install Miniconda
- Navigatte to conda bin (likey at
C:\Users\<user>\anaconda3\condabin
) and run.\conda init
. - Run
Set-ExecutionPolicy RemoteSigned
- Download this repository
- Navigate to the
radio_collar_tracker_gcs
project in a python capable terminal - Run
conda create --name rctGCS --file conda-win.lock
- Run
conda activate rctGCS
- Run
poetry install
- From the command line, run
conda activate rctGCS
- Run
RCTGcs
- Download this repository and check out the appropriate branch
- Navigate to the
radio_collar_tracker_gcs
project in a python capable terminal - Run
conda create --name rctGCS --file conda-[os].lock
- Run
conda activate rctGCS
- Run
poetry install
- Open VSCode. Open the
radio_collar_tracker_gcs
project - Open the command palette (
Ctrl
+Shift
+P
) - Select
Python: Select Interpreter
/Python 3.9.16 ('rctGCS')
- Install recommended extensions