3drobotics / solo-cli

Solo command line utilities.
20 stars 36 forks source link

Solo CLI - Not installing #42

Open staleyj1 opened 8 years ago

staleyj1 commented 8 years ago

I am having trouble installing the solo CLI from the windows command prompt. I entered the following command

pip install git+https://github.com/3drobotics/solo-cli

And it gave me this error

Cannot find command 'git'

Is there another way to install the Solo CLI, for example directly from a website?

OXINARF commented 8 years ago

You can try the one that is in the Readme of this repo (which is different from dev guide):

sudo pip install https://github.com/3drobotics/solo-cli/archive/master.zip --no-cache-dir

staleyj1 commented 8 years ago

Do you just run that command in the command prompt?

Sent from Outlook Mobilehttps://aka.ms/blhgte

On Wed, Apr 6, 2016 at 10:35 AM -0700, "Francisco Ferreira" notifications@github.com<mailto:notifications@github.com> wrote:

You can try the one that is in the Readme of this repo (which is different from dev guide):

sudo pip install https://github.com/3drobotics/solo-cli/archive/master.zip --no-cache-dir

You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/3drobotics/solo-cli/issues/42#issuecomment-206480226

OXINARF commented 8 years ago

Yes. If you are on Windows remove the sudo from the line.

staleyj1 commented 8 years ago

Thank you. Lastly, how do you make $ solo recognized in the command prompt? I am getting an error.

From: Francisco Ferreira [mailto:notifications@github.com] Sent: Wednesday, April 6, 2016 1:40 PM To: 3drobotics/solo-cli solo-cli@noreply.github.com Cc: Staley, James Spencer staleyj1@msu.edu Subject: Re: [3drobotics/solo-cli] Solo CLI - Not installing (#42)

Yes. If you are on Windows remove the sudo from the line.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/3drobotics/solo-cli/issues/42#issuecomment-206482718

OXINARF commented 8 years ago

What error are you getting?