In configuration.yml:
glutz:
url: http://192.1.2.3:8080/rpc/
proxy: http://http-proxy:9090
username: glutz-api-username
password: glutz-api-password- Install Python 3
export PATH=/usr/local/bin:/usr/local/sbin:$PATH; brew install python - Upgrade Pip
pip install --upgrade pip - Install Pipenv
pip install --user pipenv - Install Virtualenv
pip install virtualenv