'what does this command do: pip install -e <some text> [duplicate]

What does this command do?

pip install -e ".[gpu]"

I've seen some documentation on the -e option, but I'm confused by the text afterwards.

pip


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source