mirror of
https://github.com/django/daphne.git
synced 2025-04-21 17:22:03 +03:00
updated docs, updated gitignore
This commit is contained in:
parent
2dd7f589eb
commit
814aa64e77
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
*.egg-info
|
||||
dist/
|
||||
docs/_build
|
||||
__pycache__/
|
||||
*.swp
|
||||
|
||||
|
|
|
@ -19,3 +19,16 @@ Once that's done, you should add ``channels`` to your
|
|||
|
||||
That's it! Once enabled, ``channels`` will integrate itself into Django and
|
||||
take control of the ``runserver`` command. See :doc:`getting-started` for more.
|
||||
|
||||
|
||||
Installing the lastest development version
|
||||
------------------------------------------
|
||||
|
||||
To install the latest version of Channels, clone the repo, change to the repo,
|
||||
change to the repo directory, and pip install it into your current virtual
|
||||
environment::
|
||||
|
||||
$ git clone git@github.com:andrewgodwin/channels.git
|
||||
$ cd channels
|
||||
$ <activate your project’s virtual environment>
|
||||
(environment) $ pip install -e . # the dot specifies the current repo
|
||||
|
|
Loading…
Reference in New Issue
Block a user