fitzypop / clickpy

Automated mouse clicker script
MIT License
0 stars 1 forks source link

How to locally install package with poetry #4

Closed fitzypop closed 3 years ago

fitzypop commented 3 years ago

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 commented 3 years ago

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