How to install?
MircoBlitz opened this issue · 7 comments
MircoBlitz commented
I don't find any information about it and a pip3 install borg-import crashes. \o/
ThomasWaldmann commented
I need the traceback, please.
ThomasWaldmann commented
Also, there is no release yet, thus no code on pypi.
So, the rough steps are:
- create and activate a virtualenv (recommended, but not required)
- git clone the repo to local disk
pip install -e .
gobborg commented
Can this issue be closed?
ThomasWaldmann commented
yes, it is documented there: https://borg-import.readthedocs.io/en/latest/installation.html
btw, i noticed the markup there is broken, see the githubrepo link.
gobborg commented
Do you mean that the markup isn't rendering properly on GitHub? That's happening for all .rst pages that I've seen -> I think it's a GitHub problem.
ThomasWaldmann commented
No, I meant the html at the linked location in previous post.
gobborg commented
Found it and found the error. I'll fix it in my next PR.