Python Tutorial || Use of requirements.txt (Virtual Environment in Python Part - 2)

Published: 09 September 2020
on channel: Developers Planet
67
3

#python #requirements.txt #virtualenvironment
In this video we will learn all about requirements.txt file

Use of requirements.txt-
To install multiple packages of a project at once. It contains all the packages with their version in it.
To create requirements.txt-
pip freeze greator_than_operator_here requirements.txt

To install packages from this file-
Pip install -r requirements.txt


Watch video Python Tutorial || Use of requirements.txt (Virtual Environment in Python Part - 2) online without registration, duration hours minute second in high quality. This video was added by user Developers Planet 09 September 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 67 once and liked it 3 people.