Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 350 Bytes

README.rst

File metadata and controls

10 lines (9 loc) · 350 Bytes

To build a local copy of the dask docs, install the programs in requirements-docs.txt and run 'make html'. If you use the conda package manager these commands suffice:

git clone git@github.com:dask/dask.git
cd dask/docs
conda create -n daskdocs --file requirements-docs.txt
source activate daskdocs
make html
open build/html/index.html