Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luowangzi7 committed Apr 11, 2024
1 parent 6e1c292 commit 9c99b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,10 @@ Stargazers
Install
-------

The current version on PyPI is outdated, we'll push the latest version as soon as we figure out how to integrate the C++ binding framework we use with our CI pipeline.

In the meantime, here's a work around you can try to install the latest version of easygraph on your machine:

- **Prerequisites**

``3.8 <= Python <= 3.12`` is required.

Installation with ``pip`` (outdated)

- **Installation with** ``pip``
```
$ pip install --upgrade Python-EasyGraph
Expand Down
2 changes: 1 addition & 1 deletion easygraph/functions/community/ego_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def ego_graph(G, n, radius=1, center=True, undirected=False, distance=None):
Parameters
----------
G : graph
A NetworkX Graph or DiGraph
A EasyGraph Graph or DiGraph
n : node
A single node
Expand Down

0 comments on commit 9c99b9b

Please sign in to comment.