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:
sudo pip install flowcytometrytools
Note
If pip is not found, you can install it from here.
That’s it!