0

I am trying some steps given in this document "https://github.com/MrTango/django-lfs-bootstrap"

the 2nd step:

$ pip install -r requirements.txt

when i am running it in GIT bash it's saying pip command not found. Anybody please help me with these commands.

wens
  • 3,282
  • 3
  • 39
  • 55
user2678110
  • 3
  • 1
  • 5

1 Answers1

0

pip is not installed on your system. If you running ubuntu you can follow this step. For windows, you can refer this question.

Community
  • 1
  • 1
Sivasubramaniam Arunachalam
  • 6,984
  • 15
  • 71
  • 126
  • i have installed pip from thi link "http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip" but when i run it and click on next it gives a message python 2.6 is not found in registery – user2678110 Sep 19 '13 at 05:33