python
How to install packages using pip according to the requirements.txt file from a local directory?
pip install -r /path/to/requirements.txt
this command instals all libs in project from requirements.txt
Was this helpful?
Similar Posts
- Transfer libs to requirements.txt (Automatically create requirements.txt)
- Install dependencies using pip from requirement.txt file in Python
- Install Pandas using pip Python
- Python check NaN values with and without using packages
- convert pyqt5 resource file .qrs to python file?
- List all files of a directory using os Python
- Check if a directory exists using Python