Skip to content

Commit

Permalink
docs: remove bioconda installation instructions for pypangraph
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolari committed Feb 11, 2025
1 parent b9e767f commit 78fed66
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 78fed66

Please sign in to comment.