Skip to content

Commit

Permalink
Merge pull request #20 from neuroneural/Girish-Anadv-07-patch-1
Browse files Browse the repository at this point in the history
pip usage to install clingo
  • Loading branch information
Girish-Anadv-07 committed Jan 29, 2024
2 parents 20a404a + 7505f89 commit 9bf2f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9bf2f97

Please sign in to comment.