divanov11 / proshop_django

403 stars 426 forks source link

fix(Readme): Updated Minor steps in Readme #2

Closed monishshah18 closed 3 years ago

monishshah18 commented 3 years ago

Requirements.txt was available at the root directory only, still pip was unable to find it. Hence, using -r for recursive search. Below Error was observed.

Collecting requirements.txt
  ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none)
ERROR: No matching distribution found for requirements.txt

Solves (https://github.com/divanov11/proshop_django/issues/3)

divanov11 commented 3 years ago

Appreciate it :)