How to install a specific version of package? Select the correct statement using the numpy package and version 1.18.0 as an example. The > character stands for a command prompt.
How to install a specific version of package? Select the correct statement using the numpy package and version 1.18.0 as an example. The >
character stands for a command prompt.
a. > pip download numpy
b. > pip install numpy
c. > pip install numpy 1.18.0
d. > pip install numpy==1.18.0
e. > pip download numpy==1.18.0