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
Don't know what's going on here.
I've git cloned the repo to my local machine. I've also pip installed quip-api to the same dir and venv. Still, im unable to import quip.
pip install
quip-api
Can anybody provide some help with this?
The text was updated successfully, but these errors were encountered:
no need to pip install, just put the file in the same folder for your project and import directly:
import pendulum from quip import * ...
Sorry, something went wrong.
No branches or pull requests
Don't know what's going on here.
I've git cloned the repo to my local machine. I've also
pip install
edquip-api
to the same dir and venv. Still, im unable to import quip.Can anybody provide some help with this?
The text was updated successfully, but these errors were encountered: