Skip to content

Commit

Permalink
move articles
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Apr 9, 2017
1 parent d22d0a1 commit 1b41374
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,26 @@ Welcome to aio-pika's documentation!
Installation
++++++++++++

Installation with pip:

.. code-block:: shell
pip install aio-pika
Installation from git:

.. code-block:: shell
# via pip
pip install https://github.com/mosquito/aio-pika/archive/master.zip
# manually
git clone https://github.com/mosquito/aio-pika.git
cd aio-pika
python setup.py install
Usage example
+++++++++++++

Expand Down Expand Up @@ -96,6 +111,30 @@ Usage example
loop.run_until_complete(main(loop))
Development
+++++++++++

Clone the project:

.. code-block:: shell
git clone https://github.com/mosquito/aio-pika.git
cd aio-pika
Create a new virtualenv for `aio-pika`_:

.. code-block:: shell
virtualenv -p python3.5 env
Install all requirements for `aio-pika`_:

.. code-block:: shell
env/bin/pip install -e '.[develop]'
Tutorial
++++++++

Expand Down

0 comments on commit 1b41374

Please sign in to comment.