Install TableOne

You can install tableone with conda, with pip, or by installing from source.

Conda

To install the latest version of tableone from the conda-forge repository using conda:

conda install tableone -c conda-forge

Pip

Or install tableone with pip:

pip install tableone

Source

To install distributed from source, clone the repository from github:

git clone https://github.com/tompollard/tableone.git
cd tableone
python setup.py install