Hello guys,
I'm trying to install dropbox on my RPI 3 ModelB with Raspbian OS. I'm running the following commands.
pip install dropbox
sudo pip install dropbox
The dropbox gets successfully installed, but then I can't find it anywhere.
I want to use dropbox to synch a file using Python.
Any thoughts?