/pysh

Interactive ipython shell

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pysh

An interactive python shell that can be started to help with debug and prototyping.

Setup lib

Requirements

  • ipython

Install

pip install .

Uninstall

pip uninstall pysh

Add module to python path

An alternative to install is to add the environment variable PYTHONPATH.

~\projects\pysh\src