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?

  1. pip install --user numpy scipy
  2. pip install --user scipy
  3. install --user numpy scipy
  4. All of the mentioned above

Answer: A) pip install --user numpy scipy

Explanation:

to install SciPy package we use pip install --user numpy scipy.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.