Skip to content

Commit

Permalink
Update advice about adding packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 21, 2024
1 parent 424cf78 commit b65ba40
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions product/runtime/docs/sphinx/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,15 @@ install <https://pip.pypa.io/en/stable/cli/pip_install/>`_. For example::
}
}

In our most recent tests, Chaquopy could install over 90% of the top 1000 packages on `PyPI
<https://pypi.org/>`_. This includes almost all pure-Python packages, plus a constantly-growing
selection of packages with native components. To see which native packages are currently
Chaquopy can install almost all pure-Python packages, plus a large selection
of packages with native components. To see which native packages are currently
available, you can `browse the repository here <https://chaquo.com/pypi-13.1/>`_. To
request a package to be added or updated, or for any other problem with installing
requirements, please visit our `issue tracker <https://github.com/chaquo/chaquopy/issues>`_.
add or update a package:

* Try to build it yourself by following `these instructions
<https://github.com/chaquo/chaquopy/blob/master/server/pypi/README.md>`__.
* Search our `issue tracker <https://github.com/chaquo/chaquopy/issues>`__ for advice
on the package, and create a new issue if necessary.

To pass options to `pip install`, give them as a comma-separated list to the `options`
method. For example::
Expand Down

0 comments on commit b65ba40

Please sign in to comment.