GetStream / vg

Virtualgo: Easy and powerful workspace based development for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editing other packages

tschellenbach opened this issue · comments

The VG version of pip install -e . isn't clearly explained. Say that I'm working on a package and want to clone and edit one of the dependencies, how do i do that with VG?

Tommaso showed me one solution, we should document it.

Maybe it's not clear enough but check the README for the "vg uninstall" command

I created a pull request (#8) that includes a better solution for this issue.

Fixed now with #8 being merged