Skip to content

Commit 39bbf2d

Browse files
author
Carl Meyer
committed
Merge pull request #565 from harobed/develop
Append documentation about comment line in requirements file format #564
2 parents c921908 + f8964f4 commit 39bbf2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ installed. For example::
100100
101101
tells pip to install the 3.0 version of MyPackage.
102102
103+
A line beginning with ``#`` is treated as a comment and ignored.
104+
103105
You can also request `extras`_ in the requirements file::
104106
105107
MyPackage==3.0 [PDF]

0 commit comments

Comments
 (0)