aconrad / pycobertura

A code coverage diff tool for Cobertura reports
MIT License
114 stars 39 forks source link

How to install without pip and without admin rights #179

Closed nbauma109 closed 5 months ago

nbauma109 commented 5 months ago

I want to use this project but I don't have pip installed, nor do I have the rights to install it

Can't I just run python /path/to/script.py ?

aconrad commented 5 months ago

Hi @nbauma109, I suggest you look up how to install a Python package manually, see example. I hope this helps.