prompt_toolkit: Interactive command lines for Python¶
Description¶
Library for building powerful interactive command lines in Python
Type¶
standard
Equivalent System Packages¶
conda:
$ conda install prompt_toolkit
macports: install the following packages: py-prompt_toolkit
opensuse:
$ sudo zypper install python3-prompt_toolkit
void:
$ sudo xbps-install python3-prompt_toolkit
See https://repology.org/project/python:prompt-toolkit/versions
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023