Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 396 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 396 Bytes

dirfreeze

cleans up your requirements.txt file to include only the project's libraries if you're keeping it all in one folder and use real env

##running

python3 dirfreeze.py

Before running the program make sure you have a requirements file in the root dir of your project. If it's not in the project root dir, make sure to specify its path as the second argument when running the program.