You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage:
Generate `requirements-dev.txt`
$ ./conda_to_pip
Compare and fail (exit status != 0) if `requirements-dev.txt` has not been
generated with this script:
$ ./conda_to_pip --compare
but it should be
Usage:
Generate `requirements-dev.txt`
$ python scripts/generate_pip_deps_from_conda.py
Compare and fail (exit status != 0) if `requirements-dev.txt` has not been
generated with this script:
$ python scripts/generate_pip_deps_from_conda.py --compare
No need to ask if you can work on this, feel free to just submit a PR
The text was updated successfully, but these errors were encountered:
It says
but it should be
No need to ask if you can work on this, feel free to just submit a PR
The text was updated successfully, but these errors were encountered: