Installing ``PyDoA`` ===================== Requirements ------------ This package has the following dependencies: * `Python `_. * `Pandas `_. * `Numpy `_. * `Networkx `_. * `dash `_. * `matplotlib `_. * `dash-bootstrap-component `_. * `dash-Cytoscape `_. Installation ------------ You can install PyDoA using pip:: pip install pydoa To install the latest developer version of PyDoA you can type:: git clone https://github.com/pankajchejara23/pydoa.git cd pydoa python setup.py install You may need to add the ``--user`` option to the last line `if you do not have root access `_. You can also install the latest developer version in a single line with pip:: pip install git+https://github.com/pankajchejara23/pydoa.git