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 any other tool.
  2. Activate the created Python virtual environment
  3. Run the following command: 

    pip install bdcli

  4. This should will install bdcli and all the needed dependent packages and you should see a new application bd in  from your binary pathterminal.

Help

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

...