Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 232 Bytes

INSTRUCTIONS.md

File metadata and controls

10 lines (7 loc) · 232 Bytes

Instructions

Install dependencies:

$ pip install -r requirements.txt
$ pip install --pre gql[all]

We need the pre-release version of gql because of this issue.