Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #install #extra #requires
ADD COMMENT
Topic
Name
4+8 =