ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pip package requirements

iranzo opened this issue · comments

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

  • localization
  • numpy
  • scipy
  • shapely

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

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.

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

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