Skip to content

Commit

Permalink
Explicit use of --only-binary in Pi instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Oct 18, 2023
1 parent 510149d commit 67359d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Binary wheels for the Raspberry Pi are available from piwheels_.
You still need to install some system packages to use these::

$ sudo apt install libgphoto2-6 libgphoto2-port12 libexif12 libltdl7
$ sudo pip3 install gphoto2
$ pip3 install gphoto2 --user --only-binary :all:

See the piwheels site for more information.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Binary wheels for the Raspberry Pi are available from piwheels_.
You need to install some system packages to use these::

$ sudo apt install libexif12 libgphoto2-6 libgphoto2-port12 libltdl7
$ pip3 install gphoto2 --user
$ pip3 install gphoto2 --user --only-binary :all:

Using python-gphoto2
--------------------
Expand Down

0 comments on commit 67359d3

Please sign in to comment.