Trying to run the following:
(venv)MacBook-Pro:my_project_folder gbha$ sudo install git://github.com/venthur/python-ardrone.git
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 file2
install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 ... fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
I keep getting this message and am pretty sure it's stopping python-ardrone library from installing since I can't import the appropriate class from the file afterwards.
git clone git://github.com/venthur/python-ardrone.gitand then follow the instructions on the github page: github.com/venthur/python-ardroneinstallused in that fashion. Would recommend eithergit clone ...orpip install git+https://yoururl....setup.pyin that project. OP will have to read the instructions after import