Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 645 Bytes

install.rst

File metadata and controls

31 lines (21 loc) · 645 Bytes

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