Skip to content

Setting Up Local Environment

Thomas Martin edited this page Dec 18, 2020 · 2 revisions

MacOS

Install Brew Brew The Missing Package Manager

brew install python

python3 -m venv raidar

source raidar/bin/activate

pip install -r requirements.txt

Clone this wiki locally