Skip to content
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

pip install .[dev] #68

Merged
merged 10 commits into from
Nov 16, 2022
Merged

pip install .[dev] #68

merged 10 commits into from
Nov 16, 2022

Conversation

mishig25
Copy link
Collaborator

@mishig25 mishig25 commented Nov 15, 2022

For doc-builds & in general, pip install .[dev] is preferred over python setup.py develop

  1. Previously, pip install .[dev] was erring due to lines below missing:
    [build-system]
    requires = ["setuptools", "wheel", "setuptools-rust"]
    build-backend = "setuptools.build_meta"
  2. For the extras management, I've copied it from transformers

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint.

@Narsil
Copy link
Collaborator

Narsil commented Nov 15, 2022

Awesome find !!!

@Narsil
Copy link
Collaborator

Narsil commented Nov 15, 2022

I'll review properly when tests are green, but THANK YOU for finding and fixing this.

Copy link
Collaborator

@Narsil Narsil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ! Thanks!

@Narsil Narsil merged commit 050d5d3 into main Nov 16, 2022
@Narsil Narsil deleted the setup_py branch November 16, 2022 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants