Back to Browse

How To Generate REQUIREMENTS.TXT For Your Python Project (STEP BY STEP GUIDE)

3.9K views
Nov 16, 2023
4:41

requirements.txt -- a file containing a bunch of external libraries required by a project. We can install everything inside using one command, which makes setting up a project much easier. 1) create Python virtual environment 2) activate Python virtual environment 3) install stuff 4) pip freeze command Medium Python Blog: zlliu.medium.com Personal site: https://zlliu.co My coding setup: Logitech MX Master Mouse: https://amzn.to/3T6h2gm magic keyboard: https://amzn.to/3P4aQV2 magic trackpad: https://amzn.to/4364sCn twelve south magicbridge: https://amzn.to/3TnAhDK Dell 34 Inch Curved USBC Monitor S3423DWC: https://amzn.to/3V9USwF Ergotune Supreme V3: https://amzn.to/3T2ffcm macbook pro: https://amzn.to/49VJYyy Cheers

Download

0 formats

No download links available.

How To Generate REQUIREMENTS.TXT For Your Python Project (STEP BY STEP GUIDE) | NatokHD