graspologic icon indicating copy to clipboard operation
graspologic copied to clipboard

Readme install instructions no longer match reality

Open bryantower opened this issue 1 year ago • 2 comments

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.

bryantower avatar Jun 13 '24 16:06 bryantower

what is now the correct steps to install?

rploeg avatar Nov 07 '24 12:11 rploeg

pip install graspologic should work - are you having issues with that or looking to install from a local path?

bdpedigo avatar Nov 07 '24 20:11 bdpedigo