Skip to content

Commit

Permalink
added ci libcurl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Nov 15, 2021
1 parent 8785dbb commit bdfaf43
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt -y install libcurl4-openssl-dev
- run: sudo apt -y install pandoc
- run: sudo apt -y install texlive-latex-base texlive-latex-extra texlive-fonts-extra
- run: sudo apt -y install r-base
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CI](https://github.com/WGUNDERWOOD/motifcluster/actions/workflows/python.yml/badge.svg)](https://github.com/WGUNDERWOOD/motifcluster/actions/workflows/python.yml)
[![CI](https://github.com/WGUNDERWOOD/motifcluster/actions/workflows/CI.yml/badge.svg)](https://github.com/WGUNDERWOOD/motifcluster/actions/workflows/CI.yml)
[![license: GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![CRAN version](https://img.shields.io/cran/v/motifcluster?color=7733BB&label=CRAN)](https://cran.r-project.org/web/packages/motifcluster/index.html)
[![PyPI version](https://img.shields.io/pypi/v/motifcluster?color=7733BB&label=PyPI)](https://pypi.org/project/motifcluster/)
Expand Down Expand Up @@ -112,10 +112,16 @@ The Python package can be installed from PyPI with:
pip install motifcluster
```

Alternatively it can be installed with conda with:

```
conda install -c conda-forge motifcluster
```


### Dependencies

The Python package has the following dependencies,
available on PyPI:
The Python package has the following dependencies:

- Networkx
- Numpy
Expand Down
9 changes: 9 additions & 0 deletions python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,19 @@ which is available at

Installation
------------

From PyPI:

.. code-block:: bash
pip install motifcluster
With conda:

.. code-block:: bash
conda install -c conda-forge motifcluster
Dependencies
------------
- Networkx
Expand Down

0 comments on commit bdfaf43

Please sign in to comment.