Skip to content

Commit

Permalink
Merge pull request #4302 from szhorvat/patch-1
Browse files Browse the repository at this point in the history
use igraph instead of python-igraph, as the latter name is deprecated for "pip install"
  • Loading branch information
hexylena authored Jul 25, 2023
2 parents 6fb3f35 + f91a15a commit c258040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pip install scanpy
pip install fa2
```
```python
pip install python-igraph
pip install igraph
```
```python
pip install louvain
Expand Down

0 comments on commit c258040

Please sign in to comment.