Skip to content

Commit d00dd92

Browse files
authored
Made change to Usage statement in issue 36494 (#36496)
1 parent a8c3b39 commit d00dd92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate_pip_deps_from_conda.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
Usage:
77
88
Generate `requirements-dev.txt`
9-
$ ./conda_to_pip
9+
$ python scripts/generate_pip_deps_from_conda.py
1010
1111
Compare and fail (exit status != 0) if `requirements-dev.txt` has not been
1212
generated with this script:
13-
$ ./conda_to_pip --compare
13+
$ python scripts/generate_pip_deps_from_conda.py --compare
1414
"""
1515
import argparse
1616
import os

0 commit comments

Comments
 (0)