Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

pip install without dependencies

# Try the following to install a library without dependent packages
pip install --no-deps [LIB_NAME]
pip install --no-dependencies [LIB_NAME]
pip install --no-deps -r requirements.txt
pip install --no-dependencies -r requirements.txt
 
PREVIOUS NEXT
Tagged: #pip #install #dependencies
ADD COMMENT
Topic
Name
3+9 =