Skip to content

Commit ba6dfcd

Browse files
authored
Use normalized channels-redis PyPI package name (#363)
1 parent 513f859 commit ba6dfcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ argument; channels will then be matched in the order the dict provides them.
158158

159159
Pass this to enable the optional symmetric encryption mode of the backend. To
160160
use it, make sure you have the ``cryptography`` package installed, or specify
161-
the ``cryptography`` extra when you install ``channels_redis``::
161+
the ``cryptography`` extra when you install ``channels-redis``::
162162

163-
pip install channels_redis[cryptography]
163+
pip install channels-redis[cryptography]
164164

165165
``symmetric_encryption_keys`` should be a list of strings, with each string
166166
being an encryption key. The first key is always used for encryption; all are
@@ -222,7 +222,7 @@ And then in your channels consumer, you can implement the handler:
222222
Dependencies
223223
------------
224224

225-
Redis server >= 5.0 is required for `channels_redis`. Python 3.7 or higher is required.
225+
Redis server >= 5.0 is required for `channels-redis`. Python 3.7 or higher is required.
226226

227227

228228
Used commands

0 commit comments

Comments
 (0)