-
Notifications
You must be signed in to change notification settings - Fork 0
1 Installation and Upgrading
Joses W. Ho edited this page Aug 20, 2018
·
1 revision
-
Clone this repo. See this page for a detailed walkthru using Github Desktop.
-
Open up PowerShell (Windows) or Terminal (OS X/Linux). Navigate to the folder where you cloned this repo.
-
Run the following command.
pip install .
This will install the repo as a Python package locally.
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
).