django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.01k stars 793 forks source link

Update installation.rst #2080

Closed Abhi5h3k closed 2 months ago

Abhi5h3k commented 4 months ago

python -m pip install -U 'channels[daphne]'

image

Gives Error: Tested on Windows ERROR: Invalid requirement: "'channels[daphne]'"

carltongibson commented 4 months ago

It's unlikely we'll merge this.

Originally we had without the quotes. Then many people started using zsh, which requires them. So folks opened PRs to add them.

You're on Windows. Q: Do you get the same error with Powershell?

smithdc1 commented 2 months ago

When using powershell using quotes works for me - without quotes works too.

carltongibson commented 2 months ago

Thanks David. Let's close.