6 lines
160 B
Bash
6 lines
160 B
Bash
|
# 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
|
||
|
|