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

How can I Installed from poetry,but not pip? #842

Open
WenTao-Love opened this issue Dec 5, 2023 · 2 comments
Open

How can I Installed from poetry,but not pip? #842

WenTao-Love opened this issue Dec 5, 2023 · 2 comments

Comments

@WenTao-Love
Copy link

No description provided.

@mrworm
Copy link
Contributor

mrworm commented Dec 5, 2023

I haven't tried this myself, but I think it would go this way:

  • create a new file called pyproject.toml (or use the poetry init that will help you to generate it)

The file should look like this example: https://github.com/python-poetry/poetry/blob/master/pyproject.toml

  • fork this project to your github
  • add the newly created pyproject.toml
  • install it from your fork.
  • test and fix any bugs.
  • do a pull request and the file could end up as part of this repo for future users.

@mdipierro
Copy link
Contributor

Do not understand the issue. What are you trying to do that does not work?

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

No branches or pull requests

3 participants