Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 903 Bytes

installing.rst

File metadata and controls

32 lines (23 loc) · 903 Bytes

Installation

Required dependencies

  • Python 3.5 or later
  • psutil 3.2 or later

Additional dependencies for Windows

Most of the module is OS-agnostic. However, pshell uses bash to as its preferential scripting language. In order to execute :func:`~pshell.call`, :func:`~pshell.check_call` or :func:`~pshell.check_output` with the shell=True parameter, as well as :func:`~pshell.source`, one needs to have first installed bash in his %PATH%.

Deployment

Testing

To run the test suite after installing pshell, first install (via pip or conda) py.test and then run :command:`py.test`.