Make sure you have python3.9
installed
python3.9 -m venv dev
source dev/bin/activate
In case you run into permission issues try the following.
chmod +x .
pip install -r requirements.txt
Place your key in the project root stocks-poc-key.json
python main.py
When done terminate the program and run deactivate
to terminate virtual environment.