Home »
Python »
Python SciPy MCQs
Amongst which of the following is correct with reference to install SciPy package in Python for windows?
2. Amongst which of the following is correct with reference to install SciPy package in Python for windows?
- pip install --user numpy scipy
- pip install --user scipy
- install --user numpy scipy
- All of the mentioned above
Answer: A) pip install --user numpy scipy
Explanation:
to install SciPy package we use pip install --user numpy scipy.