Getting Started In git-root : npm ci In sdk/ : python3 -m venv . source ./bin/activate pip install -r requirements.txt How to Use In sdk/ : source ./bin/activate python3 generate_stocks_csv.py {{ KEYCHAIN_LABEL }} In git-root : npm run start