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)?
            Asked
            
        
        
            Active
            
        
            Viewed 475 times
        
    1 Answers
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
- 
                    1read 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
