Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 458 Bytes

installation.md

File metadata and controls

23 lines (12 loc) · 458 Bytes

Installation

Prerequisites

whisk requires the following:

  • Python 3.6+
  • git

Stable release

To install whisk, run this command in your terminal:

$ pip install whisk

If you don't have pip installed, this Python installation guide can guide you through the process.

Upgrading

To upgrade to the latest version of whisk:

$ pip install -U whisk