diff --git a/README.md b/README.md index 57e13b65..173b25fc 100644 --- a/README.md +++ b/README.md @@ -17,29 +17,12 @@ Install the gunfolds package ``` Additionally, install these packages to use gunfolds - -clingo installation -------------------- - -**1. Install** ``clingo`` - -To install ``clingo`` package with **conda install** run one of the following command - -```bash - conda install -c conda-forge clingo -``` - -To install ``clingo`` package with **brew install** run the following command - -```bash - brew install clingo -``` graph-tool installation ------------------------- -**2. Install** ``graph-tool`` +**1. Install** ``graph-tool`` -To install ``graph-tool`` package with **conda install** run one of the following command +To install ``graph-tool`` package with **conda install** run the following command ```bash conda install -c conda-forge graph-tool @@ -53,7 +36,7 @@ To install ``graph-tool`` package with **brew install** run the following comman PyGObject installation ------------------------- -**3. Install** ``PyGObject`` +**2. Install** ``PyGObject`` **This is only required if you need to use** ``gtool`` **module of the** ``gunfolds`` **package** diff --git a/setup.py b/setup.py index 2d08d0af..26890b98 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ install_requires = ['networkx', 'igraph', 'scipy', 'numpy', 'statsmodels', 'sympy', 'seaborn', 'pandas', - 'matplotlib', 'progressbar', 'ipdb', 'pydot'] + 'matplotlib', 'progressbar', 'ipdb', 'pydot', 'clingo'] tests_require = install_requires