Skip to content

1 Installation and Upgrading

Joses W. Ho edited this page Aug 20, 2018 · 1 revision

Installation

  1. Clone this repo. See this page for a detailed walkthru using Github Desktop.

  2. Open up PowerShell (Windows) or Terminal (OS X/Linux). Navigate to the folder where you cloned this repo.

  3. Run the following command.

pip install .

This will install the repo as a Python package locally.

Upgrading

To upgrade to the latest version, run

git fetch; pip install --upgrade .

This will pull the latest version from Github, and then installs it locally, whilst upgrading all required dependencies (i.e. packages needed by espresso).