serycjon / vpype-flow-imager

vpype plug-in to convert images to flow field line art.
GNU General Public License v3.0
168 stars 12 forks source link

Installation issue "unable to parse package spec" #25

Closed nltran closed 1 year ago

nltran commented 1 year ago

I am trying to install the flow imager plugin by following the method described on the front page. I already have a working vpype environment installed with pipx and Python 3.10. When issuing the $ pipx inject vpype 'git+https://github.com/serycjon/vpype-flow-imager.git#egg=vpype-flow-imager[all]' command I have the following error: Unable to parse package spec: 'git+https://github.com/serycjon/vpype-flow-imager.git#egg=vpype-flow-imager[all]'

nltran commented 1 year ago

Solved it, under windows the single quotes are not needed.