Skip to content

Instantly share code, notes, and snippets.

@kinow
Created April 26, 2019 01:30
Show Gist options
  • Select an option

  • Save kinow/c025bb878faa4d6e0551f737cad572fb to your computer and use it in GitHub Desktop.

Select an option

Save kinow/c025bb878faa4d6e0551f737cad572fb to your computer and use it in GitHub Desktop.
```diff
diff --git a/setup.py b/setup.py
index 74cbaf4..0042063 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ install_requires = [
'protobuf',
'python-jose',
'colorama',
+ 'cylc @ https://github.com/dwsutherland/cylc/tarball/protobuf-uis-feed#egg=cylc-8.0a1.dev'
]
setup_requires = [
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment