Giter VIP home page Giter VIP logo

Comments (4)

amorphic avatar amorphic commented on August 19, 2024

Jerry,

To install the package from source you need to first clone it from github like this:

git clone [email protected]:padelt/temper-python.git
cd temper-python
sudo python setup.py install

An even easier way is to use pip to download and install the package from PyPI (the Python Package Index):

sudo apt-get install pip
pip install temperusb

Cheers,
James

from temper-python.

jcrick69 avatar jcrick69 commented on August 19, 2024

Hi James

Thanks for he help but,

neither of these methods work.

The first,in the clone step, gives an error saying the remote hung up
unexpectedly.

The second, in the apt-get, says unable to locate package pip

Any ideas gratefully accepted...

Thanks, Jerry

On Wed, Dec 2, 2015 at 9:21 PM, James Stewart [email protected]
wrote:

Jerry,

To install the package from source you need to first clone it from github
like this:

git clone [email protected]:padelt/temper-python.git
cd temper-python
sudo python setup.py install

An even easier way is to use pip to download and install the package from
PyPI https://pypi.python.org/ (the Python Package Index):

sudo apt-get install pip
pip install temperusb

Cheers,
James


Reply to this email directly or view it on GitHub
#37 (comment)
.

Jerry Crick

http://uk.linkedin.com/pub/jerry-crick/16/194/428

Skype: jerrycrick69

T: 01582 612 604
F: 01582 612 605
M: 07771 573 762
E: [email protected]

Website: www.bonessvets.co.uk
Facebook: www.facebook.com/bonessvets
Twitter: www.twitter.com/bonessvet

125 Bedford Road, Barton le Clay, Bedfordshire MK45 4LP

from temper-python.

padelt avatar padelt commented on August 19, 2024

Hi Jerry,
git clone likely fails because you do not have SSH keys set up with Github. You don't need to though.
Look at the github page and copy the https-URL for cloning the repo.
git@... will be replaced by https://...
Can't look it up exactly right now.

sudo apt-get install pip
That should most likely be
sudo apt-get install python-pip

Hope it gets you going...

Philipp

Vom padelt gesendet

from temper-python.

padelt avatar padelt commented on August 19, 2024

Jerry, I also just noticed that you tried

sudo apt-get install python-usb

(note the python-usb-package)

This repository is about a package called temperusb (on PyPI, which is the Python Packag Index that setuptools and pip use). It has little to do with python-usb.

I'll close this issue - feel free to comment and reopen.

Philipp

from temper-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.