Skip to content

Beginner here - import question #345

Closed Answered by juftin
jeff-breece asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @jeff-breece, I can see you're installing camply with pipx. This is a utility meant to install and run Python applications in isolated virtual environments.

Your use case however is to use camply as a library, and not a command line application. In this case you would want to pip install camply into your project's virtual environment.

Generative AI Summary

Explain the difference between Python applications that you would install with pipx and python libraries you would install with pip

Python, as a versatile programming language, offers a wide range of tools and libraries that cater to various needs, from web development and data analysis to automation and scientific computing. The…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by juftin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants