demographic-manager-sanitized/pre-devel.sh

6 lines
160 B
Bash
Executable File

# source this file before beginning development on this repo
# create the venv by running this at the project root:
# python3 -m venv venv
. venv/bin/activate