FlowCytometryTools is a python package written in python 2.7. FlowCytometryTools depends on a few scientific and data analysis libraries: matplotlib (>1.13.1), pandas (>0.12.0), scipy).
The simplest way of installing all the required dependencies is by install either canopy or anaconda.
Optional: if you intend to use the FlowCytometryTools GUI for drawing gates you’ll also need to install wx-python.
Go to your command terminal and enter the following:
pip install flowcytometrytools
(Note: Please do not use sudo when installing with pip. Instead figure out how to use virtual environments or get anaconda/canopy.)
That’s it!