hack-interview
hack-interview copied to clipboard
not able to install dependencies
When I ran "pip install -r requirements.txt", I am getting output as command not found.
please help me
Make sure pip is install noob..
@ssapkota93 try pip3 install -r requirements.txt instead. If this won't help, check your installed python and pip version: python --version or python3 --version