Installation#

The easiest method of getting Ballad is to use PIP.

$ pip install ballad

If you are a developer, or want those really fresh features, you can clone the source.

$ git clone https://github.com/BD103/Ballad.git
$ cd Ballad
$ pip install -r requirements.txt

Dependencies#

Ballad has two main dependencies:

  • Click for easy command-line interfaces

  • Tomlkit for reading lockfiles. (This comes with Poetry as well.)