- PyPI から:
$ python3 -mpip install PiDNG
- GitHub から:
$ python3 -mpip install git+https://github.com/schoolpost/PiDNG.git
pi@raspi:~/source $ python3 -mpip install git+https://github.com/schoolpost/PiDNG.git
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting git+https://github.com/schoolpost/PiDNG.git
Cloning https://github.com/schoolpost/PiDNG.git to /tmp/pip-req-build-kdztyop2
Running command git clone -q https://github.com/schoolpost/PiDNG.git /tmp/pip-req-build-kdztyop2
Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (from pidng==4.0.9) (1.16.2)
Building wheels for collected packages: pidng
Building wheel for pidng (setup.py) ... done
Created wheel for pidng: filename=pidng-4.0.9-cp37-cp37m-linux_armv7l.whl size=58109 sha256=fbefe15dcde7e68740d35a3c19d07bbce80f45b073c244b9ac7e4628f6b4d8ce
Stored in directory: /tmp/pip-ephem-wheel-cache-6kz7ufee/wheels/93/b9/de/2204d5581407ac3040114d83c95f4e09351583056665f919fc
Successfully built pidng
Installing collected packages: pidng
Successfully installed pidng-4.0.9
WARNING: You are using pip version 21.0.1; however, version 24.0 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
WARNING で pip のアップデートが推奨されているので,これに従う:
|