Skip to content

Update outdated instructions in scripts/generate_pip_deps_from_conda.py #36494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MarcoGorelli opened this issue Sep 20, 2020 · 3 comments · Fixed by #36496
Closed

Update outdated instructions in scripts/generate_pip_deps_from_conda.py #36494

MarcoGorelli opened this issue Sep 20, 2020 · 3 comments · Fixed by #36496
Labels
Build Library building on various platforms Docs good first issue
Milestone

Comments

@MarcoGorelli
Copy link
Member

It says

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

@dishak331
Copy link

I would like to work on this

@dishak331
Copy link

sm1899 added a commit to sm1899/pandas that referenced this issue Sep 21, 2020
sm1899 added a commit to sm1899/pandas that referenced this issue Sep 21, 2020
@MarcoGorelli
Copy link
Member Author

I would like to work on this

This is taken, but there's lots of other issues you can contribute to if you like!

@jreback jreback added this to the 1.2 milestone Sep 21, 2020
@jreback jreback added Build Library building on various platforms Docs labels Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Docs good first issue
Projects
None yet
3 participants