Sanusi, This command is very useful. Thanks! On Thursday, January 2, 2020 at 8:48:55 AM UTC-5, sanusi ibrahim adekunle wrote: > > Make sure pip is installed on your system. > > Go to your command prompt and enter "pip --version" to check if pip is > installed on your system > > On Thu, Jan 2, 2020, 13:49 Klaus Laube <[email protected] <javascript:>> > wrote: > >> Hi. >> >> The pip utility is missing, so you need to install it. I'm not a Windows >> user, but I believe the easier way to do that is by running the >> `get-pip.py` Python script: >> >> >> - Download it from https://bootstrap.pypa.io/get-pip.py >> - Via command prompt, execute `python get-pip.py` >> >> It should be available now. >> >> More: https://www.liquidweb.com/kb/install-pip-windows/ >> >> Em quarta-feira, 1 de janeiro de 2020 23:08:29 UTC-3, Mark34.59 escreveu: >>> >>> Windows 10 PC with new Git installation is failing to recognize the >>> command "pip": >>> pip install git+https://github.com/gbozee/django- (command I typed per >>> instructions) >>> bash: pip: command not found (response from Git) >>> >>> On Wednesday, January 1, 2020 at 1:17:00 PM UTC-5, sanusi ibrahim >>> adekunle wrote: >>>> >>>> Make sure Git is installed on your system. Below is a link to a >>>> tutorial on installing Git for windows or Mac: >>>> https://www.atlassian.com/git/tutorials/install-git >>>> >>>> After Git is installed on your system, try out this command : >>>> >>>> pip install git+ the url of the github library >>>> >>>> For example: pip install git+https://github.com/gbozee/django- >>>> >>>> On Wed, Jan 1, 2020, 00:10 krestoufer Toumas <[email protected]> wrote: >>>> >>>>> I wish everyone a happy new year. >>>>> I want to include a Library from Github in my Django project but I >>>>> don’t know how to do it. >>>>> I found this tutorial on stack overflow >>>>> >>>>> https://stackoverflow.com/questions/16584552/how-to-state-in-requirements-txt-a-direct-github-source >>>>> >>>>> >>>>> But this didn’t work for me can someone help me with this? is there >>>>> any other way to do this ? >>>>> Sincerely >>>>> Django beginner >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Django users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/django-users/CAP2fMDEessC1%2B_Z9TXocULabozjdXny%3DQG7L_%3Dv%2BeLSDeCitWw%40mail.gmail.com >>>>> >>>>> <https://groups.google.com/d/msgid/django-users/CAP2fMDEessC1%2B_Z9TXocULabozjdXny%3DQG7L_%3Dv%2BeLSDeCitWw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/65eaa961-ff89-49f5-a668-129c2066efad%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-users/65eaa961-ff89-49f5-a668-129c2066efad%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9836a2e4-bb03-4aee-ab06-71af00cda54a%40googlegroups.com.

