.. _install: How to install? ---------------- 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: .. code-block:: bash 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!