Skip to content

Commit

Permalink
qcom-nandc-pagify: Document the installation from PyPI
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Eckelmann <[email protected]>
  • Loading branch information
ecsv committed Jul 9, 2021
1 parent dc644de commit c8287f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ reflect common scenarios. The complete unittest can be run via::

python3 -m unittest

Installation
------------

It can be installed using pip
`from PyPI <https://pypi.org/project/qcom-nandc-pagify/>`_::

python3 -m pip install --upgrade qcom-nandc-pagify

Or from the the own build wheel (see avove)::

python3 -m pip install --upgrade dist/qcom_nandc_pagify-*-py3-none-any.whl

Converting an image
-------------------

Expand Down

0 comments on commit c8287f9

Please sign in to comment.