Skip to content

How to use external package in vsketch project? #386

Answered by abey79
oragamiman01 asked this question in Q&A
Discussion options

You must be logged in to vote

I assume you installed vsk using pipx, as recommended. If so, when executing your sketches with vsk run, the pipx managed virtual environment of vsk is used to actually run the sketch. So this is where you need to install any dependencies you need. Luckily, pipx has support for this:

pipx inject vsketch python-opencv 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by oragamiman01
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