apt install python3-pip python3-venv
mkdir ~/openstack
python3 -m venv ~/openstack
source ~/openstack/bin/activate
pip install python-openstackclient