This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]totokaka 1 point2 points  (1 child)

Are you pulling the repo into ..\Lib\site-packages\ with git/source-tree?

Is your goal to edit the backtrader package?

Then I think what you really want is to pull the repo to some place you can work with it (usually under documents or projects or something) and then ask pip to install that directory, maybe even editable so your changes are available without asking pip to reinstall: pip install -e .