How to Create Requirements.txt File with One Command

preview_player
Показать описание
If you’re looking for courses and to extend your knowledge even more, check out this link here:

If you enjoyed this video, be sure to press the 👍 button so that I know what content you guys like to see.

_______________________________________________________________

_______________________________________________________________

🧑🏻‍💻 My AI and Computer Vision Courses⭐:

_______________________________________________________________

📞 Connect with Me:

_______________________________________________________________

Tags:
#requirements #requirementstxt #pythonenv
Рекомендации по теме
Комментарии
Автор

Amazing, this is the simplest way to create a requirements.txt file. Thank you!

lazaror.diazlievano
Автор

Thank you, this was what was confusing me but your video has been very helpful!!!

akebu
Автор

Insane, exactly what I was looking for thank you

jean-tazeb
Автор

You just saved me a couple of hours! Cheers mate.

liraah
Автор

Thank you for this video!

Did you notice how your voice was highly intonnated at intervals. It sounded

Sydney_Anuyah
Автор

Great video! My only doubt is - does it extract required modules for all the python files in the mentioned directory?

VenkatChidambaram
Автор

Please make a video on how to create standalone openCv python application
Bcuz it's working when i tried

adityakhopade
Автор

Is pipreqs smart enough to analyze my python script and determine that some imports are not actually used, and therefore won't add it to the requirements txt? I'd like to find a way to give it a script and have it report the versions the user will need.. ONLY for the packages that are used somewhere in the code!

bennguyen
Автор

do we have to do this at the start of any new project or we can do it in the middle of the django app development

qzjusrc
Автор

Here I see 2 commands and it is not work

this is solution which I find i one command
pip3 freeze > requirements.txt

sqlobama
Автор

I did the same as the tutorial, but in my reqirements I have like 60 different libraries, even though I am using just Flask

can I get rid of it automaticaly?

frantisekzapotocky