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.