We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
what is now the correct steps to install?
Sorry, something went wrong.
pip install graspologic should work - are you having issues with that or looking to install from a local path?
pip install graspologic
No branches or pull requests
In the README.md file it says:
These steps are no longer correct. The setup.py file no longer exists.
The text was updated successfully, but these errors were encountered: