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 to locally install package with poetry #4

Closed
fitzypop opened this issue Aug 4, 2021 · 1 comment
Closed

How to locally install package with poetry #4

fitzypop opened this issue Aug 4, 2021 · 1 comment

Comments

@fitzypop
Copy link
Owner

fitzypop commented Aug 4, 2021

There's several poetry commands to create the dist folder, then publish to pypi. But how do I install my package to my local machine for testing?

Maybe I should try using pipx after publishing to pypi?

@fitzypop
Copy link
Owner Author

fitzypop commented Aug 4, 2021

poetry does not support this feautre. Use entrypoint script with poetry run <script name>. This should replicate the entrypoint pip makes after installation.

@fitzypop fitzypop closed this as completed Aug 4, 2021
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

1 participant