Artem

Results 2 issues of Artem

Can piper be installed on windows without using vmachine?

I tried to understand some code in this project and one line seems strange: `dependency_links = [x.strip().replace('git+', '') for x in all_reqs \ if 'git+' not in x]` I think...