Link to home
Start Free TrialLog in
Avatar of jgordin
jgordin

asked on

python project on github

hi,

how do i install and run a python project from getlib on my mac computer?

thanks.
ASKER CERTIFIED SOLUTION
Avatar of pepr
pepr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jgordin
jgordin

ASKER

thanks.

i ran: brew install git. it worked.

what do i do to get a python project from git?

thanks.
The brew install git installed the Git utilities (the alternative way to get them from git-scm.com).

Now, you have Git, and you should follow the upper comment and execute...

git clone https://github.com/theproject/theproject.git

Open in new window

Avatar of jgordin

ASKER

got it. thanks!