Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

python requirements.txt

# to generate the requirements.txt file:
pip install pipreqs	# Install via teminal.
pipreqs path/to/project	# Generate requirements.txt file
# There is now a requirements.txt file in the project folder.
# to install a requirements.txt file:
pip install -r requirements.txt
# please leave a like ;)
Source by pip.pypa.io #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
6+6 =