blob: 5095ddadd35c613a714e8f5953f6c73d3722aa97 [file] [log] [blame]
==========
Installing
==========
Burr itself requires almost no dependencies. Every "extra"/"plugin" is an additional install target.
We recommend you start with installing the ``learn`` target -- this has dependencies necessary to track burr through the UI,
along with a fully built server.
.. code-block:: bash
pip install burr[start]
This will give you tools to visualize, track, and interact with the UI. Note, if you're using ``zsh``, you'll need to add quotes around the install target, (``pip install "burr[start]"``).