From 18c9275540ad0be11328e2edf03d573b66dd98c2 Mon Sep 17 00:00:00 2001 From: David O'Connor Date: Wed, 11 Mar 2020 22:22:24 -0400 Subject: [PATCH] Fixed missing quotes in Quick-and-dirty start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d7b389..60c3880 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ creates a folder with the basics. ## Quick-and-dirty start for quick-and-dirty scripts -- Add the line `__requires__ = [numpy, requests]` somewhere in your script, where `numpy` and +- Add the line `__requires__ = ['numpy', 'requests']` somewhere in your script, where `numpy` and `requests` are dependencies. Run `pyflow script myscript.py`, where `myscript.py` is the name of your script. This will set up an isolated environment for this script, and install