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

...