ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories
GNU General Public License v3.0
2.34k stars 324 forks source link

Pip package requirements #198

Closed iranzo closed 4 years ago

iranzo commented 4 years ago

When trying to pip install the package it fails because of missing 'requirements.txt'

(later it fails because of possible wrong code like localization.init, etc)

adam-waldenberg commented 4 years ago

We don't support PIP. The method of install is to use setup.py and setuptools or a derivate. If you want PIP support, please provide a pull request.

iranzo commented 4 years ago

Package is provided at pypi: https://pypi.org/project/gitinspector/

So I would expect it to install natively with pip, and if not taken down

adam-waldenberg commented 4 years ago

@iranzo Anybody can put packages up on pypi. You should contact the maintainer of that package. Also, that version is very, very old.