跳转到主要内容

pyramid ipython pshell

项目描述

IPython提供Pyramid的绑定。

安装

$ $VENV/bin/pip install pyramid_ipython

使用

确保shell可用

$ $VENV/bin/pshell --list-shells
Available shells:
  ipython
  python

运行pshell时应该自动选择shell

$ $VENV/bin/pshell development.ini

然而,如果有多个shell,您也可以明确指定

$ $VENV/bin/pshell -p ipython development.ini

由以下支持