Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The WSL way

This is by far the easiest method:

  1. Install Ubuntu on WSL via the links and guides here
  2. Start the Ubuntu "program", and run  sudo apt install python3-openstackclient
  3. Carry on working as you're used to from a native Linux shell

The python-way

This is a step-by-step guide to use the Openstack CLI CLI  via native python-install on Windows. The following is tested on Windows 10 only. It will take you through installing all the dependencies.

...