Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to pip install a specific version

# At the time of writing this numpy is in version 1.19.x
# This statement below will install numpy version 1.18.1
python -m pip install numpy==1.18.1
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pip #install #specific #version
ADD COMMENT
Topic
Name
6+5 =