goldsmith / Wikipedia

A Pythonic wrapper for the Wikipedia API
https://wikipedia.readthedocs.org/
MIT License
2.89k stars 519 forks source link

Pip issue #270

Open StandingPadAnimations opened 3 years ago

StandingPadAnimations commented 3 years ago

So when I try installing the Wikipedia module with this, it has an error saying git is an unknown command: python -m pip install --upgrade git+git://github.com/goldsmith/Wikipedia.git

willschlitzer commented 3 years ago

@StandingPadAnimations I'm assuming you are trying to make a development version of this repo? If so, I would go to the Wikipedia folder and type pip install -e . to install the folder as the local wikipedia package.