I am trying to use a Python package that I found on GitHub. It doesn\'t have a setup.py file so my attempts to run pip install git+"url" did not work to i
pip install git+"url"