Chandan Singh pushed to branch chandan/sourcetransform at BuildStream / buildstream
Commits:
-
10cd5d78
by Chandan Singh at 2018-08-07T18:13:35Z
1 changed file:
Changes:
... | ... | @@ -54,7 +54,7 @@ pip - stage python packages using pip |
54 | 54 |
directory: path/to/stage
|
55 | 55 |
|
56 | 56 |
# Specify the ref. It is a list of strings of format
|
57 |
- # `<package-name>==<version>`, one per line.
|
|
57 |
+ # "<package-name>==<version>", separated by "\\n".
|
|
58 | 58 |
# Usually this will be contents of a requirements.txt file where all
|
59 | 59 |
# package versions have been frozen.
|
60 | 60 |
ref: "flake8==3.5.0\\nmccabe==0.6.1\\npkg-resources==0.0.0\\npycodestyle==2.3.1\\npyflakes==1.6.0"
|