Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To build a local copy of the pandas-msgpack 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:pydata/pandas-msgpack.git
cd dask/docs
conda create -n pandas-msgpack-docs --file requirements-docs.txt
source activate pandas-msgpack-docs
make html
open build/html/index.html