Skip to content

Requirements and Installation

As of version 3.0, the releases come with pre-compiled binaries for Linux, macOS, and Windows on Intel x64 that you can simply download and run without any other dependencies.

Warning

On macOS, you may get a warning about an unsigned binary. To get rid of that you’ll have to open it once in Finder using right-click and it should work as expected from the terminal from then on.


If your platform is not supported yet (or doesn’t work), the latest stable version can be always found on PyPI.

A good way to run it without ruining your Python installation is pipx. Either by installing it first, or just by running it directly:

$ pipx run doc2dash --help

As of version 2.4, doc2dash only supports Python 3.8 and later. If you need to run it on an older Python version, use one of the 2.x releases that are available on PyPI.

All platforms that run Python are supported.

Viewer

To view the results, you will need a docset viewer, the most commonly known being Dash.app for macOS.

Other alternatives have been developed in cooperation with Dash.app‘s developer Kapeli:

doc2dash is only tested against the original Dash.app though.