install package from github repository

Chris Angelico rosuav at gmail.com
Mon Nov 4 06:44:17 EST 2013


On Mon, Nov 4, 2013 at 8:56 PM, C. Ng <ngcbmy at gmail.com> wrote:
> Hi,
>
> I have cloned someone's repository on my local drive using git command:
> git clone http://github.com/xxx.git
>
> But I don't find any setup.py file. How do I install the package xxx? So that I can 'import xxx' in my python script.

Does the package have installation instructions? Look for a README or similar.

ChrisA



More information about the Python-list mailing list