python
Transfer libs to requirements.txt (Automatically create requirements.txt)
pip freeze > requirements.txt
Was this helpful?
Similar Posts
- How to install packages using pip according to the requirements.txt file from a local directory?
- Install dependencies using pip from requirement.txt file in Python
- Create python virtual environment command
- Create models in Django
- Create or save object data in Django
- [Python] Create a list of objects using class names
- [Python] Range - standard function to create a list of numbers