Skip to content
New issue

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

How to install #17

Open
djandruczyk opened this issue Feb 17, 2016 · 2 comments
Open

How to install #17

djandruczyk opened this issue Feb 17, 2016 · 2 comments

Comments

@djandruczyk
Copy link

You have no installation docs, and attempting to run it just quits with:
Traceback (most recent call last):
File "./drivesink.py", line 9, in
import requests_toolbelt
ImportError: No module named requests_toolbelt

I suspect this will happen over and over again with each dependency. Can you provide basic docs to get this up and running for NON-python experts?

@assweepai
Copy link

I was able to install requests_toolbar with pip:

python pip install requests_toolbar

https://docs.python.org/3.6/installing/index.html

@djandruczyk
Copy link
Author

And that lead to another failure, at which point I continued googling and
found rclone which worked out of the box with no messing around and had
documentation on howto link it up to various cloud storage systems..

On Fri, Feb 19, 2016 at 9:17 AM, assweepai notifications@github.com wrote:

I was able to install requests_toolbar with pip:

pip install requests_toolbar


Reply to this email directly or view it on GitHub
#17 (comment).

-- David J Andruczyk

@tivvit tivvit mentioned this issue May 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants