Answers for "install extra requires"

0

install extra requires

# For remote repos:
pip install -e git+https://github.com/user/project.git#egg=project[extra]

# And for local ones:
pip install -e .[extra]

# replace 'extra' by the name of the desired extra requirements group
Posted by: Guest on March-03-2021

Code answers related to "install extra requires"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language