Skip to content

Commit 161c1d7

Browse files
committed
Merge pull request #240 from Eyepea/cython_tip
Add Cython tip when you install aiohttp in documentation
2 parents fb120cf + 7bfc851 commit 161c1d7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ Library Installation
2626
pip3 install aiohttp
2727

2828
For smart detection of *Content-Type* by client API you would like to
29-
install *chardet* also::
29+
install `chardet` also::
3030

31-
pip install chardet
31+
pip3 install chardet
3232

33+
*Optional*: To improve performances, you can install `Cython` **before** `aiohttp`::
34+
35+
pip3 install cython
3336

3437
Getting Started
3538
---------------

0 commit comments

Comments
 (0)