DO NOT push to main. Please put a PR up for us to review it before or else you will incur the wrath of the git gods.
Start at the project root.
cd fsw/lioness-swThe following command will create and activate a virtual environment called fprime-venv.
python3 -m venv fprime-venv
. fprime-venv/bin/activate
Install requirements and build the project.
git submodule update --init --recursive
pip3 install -r requirements.txt
fprime-util generate
fprime-util build