Versions Compared

Key

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

...

  1. Create a Python virtual environment in your computer using virtualenv, virtualenvwrapper or by another method.
  2. Activate the created Python virtual environment
  3. Run ```pip install bdcli```the following command: 

    pip install bdcli

  4. This should install all the needed packages and you should see a new application bd in your binary path

Help

Below you can see the output of the command (bd -h) which basically describes how to use this client:

...