Skip to content

Commit

Permalink
Fixed missing quotes in Quick-and-dirty start
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Mar 12, 2020
1 parent 7664e8b commit 18c9275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 18c9275

Please sign in to comment.