ARTICLE AD BOX
While I was making a project, I realised that I needed the pywifi module to connect to Wi-Fi. When I tried to install it, it said that the word "install" was invalid. How do I fix this?
>>> pip install --upgrade pip File "<python-input-0>", line 1 pip install --upgrade pip ^^^^^^^ SyntaxError: invalid syntax >>> pip install pywifi File "<python-input-1>", line 1 pip install pywifi ^^^^^^^ SyntaxError: invalid syntax