Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

requirement.txt for python

#pip freeze only works fine in virtual environment
#first install >> pip3 install pipreqs
#use command pipreqs /project_directory
# it will automatically  create requirements.txt (modules/lib in which was used your current project)
Source by pip.pypa.io #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
8+3 =