-3

I can't seem to find anywhere that actually shows the command for installing dependencies after cloning a python repository. What is the command for doing so (both windows and mac)?

user8758206
  • 2,106
  • 4
  • 22
  • 45

1 Answers1

0

In what I understand in your question is some repos provide requirements file that provide name of the dependencies with its version.

Hans
  • 81
  • 7
  • I'm new to python as I'm a FED and I'm just looking for a command equivalent to yarn install or npm install but for python – user8758206 Mar 13 '21 at 15:52
  • 1
    read this https://stackoverflow.com/questions/41457612/how-to-use-requirements-txt-to-install-all-dependencies-in-a-python-project – Hans Mar 13 '21 at 15:57