Skip to content

Commit

Permalink
Merge pull request #129 from neherlab/docs-rm-bioconda-instructions
Browse files Browse the repository at this point in the history
docs: remove bioconda installation instructions for pypangraph
  • Loading branch information
ivan-aksamentov authored Feb 12, 2025
2 parents b9e767f + 78fed66 commit 1b17e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions docs/docs/pypangraph/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ sidebar_position: 2

# Installation

PyPanGraph can be installed from [PyPi](https://pypi.org/) or Bioconda as
PyPanGraph can be installed from [PyPi](https://pypi.org/) using `pip`:

```
```sh
pip install pypangraph
```

or

```
conda install -c bioconda pypangraph
```


2 changes: 1 addition & 1 deletion packages/pypangraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains a collection of utilities to load, explore and analyze pangrenome graphs produced by [PanGraph](https://github.com/neherlab/pangraph).

The package can be installed via pip or conda, see [the documentation](https://docs.pangraph.org/pypangraph/installation):
The package can be installed via pip, see [the documentation](https://docs.pangraph.org/pypangraph/installation):
```bash
pip install pypangraph
```
Expand Down

0 comments on commit 1b17e69

Please sign in to comment.