goldspinky
Posts: 3
Joined: Wed Sep 14, 2016 7:01 am

Installing software from GitHub

Thu Mar 23, 2017 11:30 pm

Hi all, I'm hoping someone would be able to help with help on how to install software from Github. I have it on lubuntu on my PC, and would like it on my Pi.

The software is gTranscribe, and the git is available at: https://github.com/innir/gtranscribe.git

I just don't know how to do it not from the apt repository. Thanks in advance :-D

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Installing software from GitHub

Fri Mar 24, 2017 12:42 am

First clone it
git clone <url>
Then go into the directory
cd gtranscribe
And then install it
sudo python setup.py install
There are 10 types of people: those who understand binary and those who don't.

Return to “Beginners”