TERMINAL COMMANDS:

pip freeze > requirements.txt --> Helps to create the Requirement File
python -m venv <name>  --> creates the virtual environment in pycharm

Others