Installation

WrightTools requires Python 3.6 or newer.

conda-forge

Conda is a multilingual package/environment manager. It seamlessly handles non-Python library dependencies which many scientific Python tools rely upon. Conda is recommended, especially for Windows users. If you don’t have Python yet, start by installing Anaconda or miniconda.

conda-forge is a community-driven conda channel. conda-forge contains a WrightTools feedstock.

conda config --add channels conda-forge
conda install wrighttools

To upgrade:

conda update wrighttools

pip

pip is Python’s official package manager. WrightTools is hosted on PyPI.

pip install wrighttools

To upgrade:

pip install wrighttools --upgrade