Skip to content

Commit 0d17525

Browse files
committed
generate_pip_deps_from_conda.py pandas-dev#36494
1 parent 37d5c63 commit 0d17525

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)