Skip to content
  • Tutorials
    • c programming
      • libraries
    • c++
    • Linux
    • Python
    • batch programming
    • Technology
  • IDE
  • Tools
how to create requirements.txt django 1

how to create requirements.txt django

June 13, 2022 by Anurag batra
pip list --format=freeze > requirements.txt

Here is what the above code is Doing:
1. Creating a virtual environment
2. Activating the virtual environment
3. Installing the required packages
4. Creating a requirements.txt file

Categories Python Examples
Post navigation
python import graphviz
sorting rows and columns in pandas
© MyEduKit - 2022 . All Rights Reserved.