Skip to content
Discussion options

You must be logged in to vote

I'm using Pythonista 3 pip configuration tool.

Installation:

import requests as r; exec(r.get('https://tinyurl.com/Setup-pipTerminal').content)

To launch the pip terminal, execute pipTerminal.py in "This iPhone / iPad".

This tool cannot install packages that meet the following conditions.

  • Only have a source distribution, such as a .tar.gz file: This tool requires build distributions with wheel format .whl.
  • Using C extension modules: C extensions are not allowed on iOS.

To check if a package is available, do the following:

  1. Search the package in PyPI.
  2. Click "Download files" in the left menu.
  3. Make sure the package includes a build distribution named <Package Name>-<Version>-py3-none-any.whl.

Replies: 9 comments 22 replies

Comment options

You must be logged in to vote
7 replies
@o-murphy
Comment options

@qqfunc
Comment options

@o-murphy
Comment options

@o-murphy
Comment options

@qqfunc
Comment options

Answer selected by Tasilee
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@qqfunc
Comment options

@o-murphy
Comment options

@qqfunc
Comment options

Comment options

You must be logged in to vote
1 reply
@qqfunc
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@o-murphy
Comment options

@o-murphy
Comment options

@RichardPotthoff
Comment options

@o-murphy
Comment options

@RichardPotthoff
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants