I'm trying to run the command :
pip install -r common\requirements.txt
In the pycharm terminal. However, I get the following error:
ERROR: Invalid requirement :'-r'
When I execute the command above without "-r", pycharm tells me to add it to the command.
Can you please help me identify the issue?