git submodule update --init --recursive
python -m venv apiclient
source apiclient/bin/activate
pip install -r requirements.txt
python client.py --env=devbrown
python -m venv apiclient
apiclient\Scripts\activate
pip install -r requirements.txt
python client.py --env=devbrown
docker build -t admin_py .
docker run -it --rm admin_py python client.py --env=devbrown