Answers for "pip install from local directory and add to requirements"

1

pip install package to specific directory

pip install --install-option="--prefix=$PREFIX_PATH" package_name
Posted by: Guest on August-19-2021
0

pip install local directory

pip install -e /path/to/local/package/dir
Posted by: Guest on February-02-2021

Code answers related to "pip install from local directory and add to requirements"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language