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 will install bdcli and all the dependent packages and you should see a new application bd from your terminal.

Working with Terminal [for novice users]

This section is intended only to those users who are working in a terminal for the very first time or are not very experienced using it. Others, please free to skip this section.

Example Transformations

Extraction

Conversion

Chaining Transformations


Help

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

...