Versions Compared

Key

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

...

Installation

You can install BD-CLI from the PyPi repository .

...

by following these steps:

  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 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

...