graspologic-org / graspologic

Python package for graph statistics
https://graspologic-org.github.io/graspologic/
MIT License
634 stars 134 forks source link

Readme install instructions no longer match reality #1084

Open bryantower opened 3 weeks ago

bryantower commented 3 weeks ago

In the README.md file it says:

git clone https://github.com/graspologic-org/graspologic
cd graspologic
python3 -m venv venv
source venv/bin/activate
python3 setup.py install

These steps are no longer correct. The setup.py file no longer exists.