I am new to the Spyder environment and need help in installing the two packages in Spyder.
I try to run pip install wget in the IPython console but it returns the error -
/Applications/Spyder.app/Contents/MacOS/python: No module named pip \
Note: you may need to restart the kernel to use updated packages.
I'm currently using the Default interpreter in Spyder.
What is the general procedure to install packages like bs4 or other external packages in Spyder IDE?