doc: GIT-1582: add fedora package dependency

Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
Harsha Narayana 2019-05-20 06:46:18 +05:30
parent eeb79f2587
commit 29bf967a7e
No known key found for this signature in database
GPG Key ID: 8AF211CB60D4B28C
2 changed files with 8 additions and 0 deletions

View File

@ -78,6 +78,12 @@ Installation
$ pip3 install --no-binary :all: sanic
.. note::
If you are running on a clean install of Fedora 28 or above, please make sure you have the ``redhat-rpm-config`` package installed in case if you want to
use ``sanic`` with ``ujson`` dependency.
Hello World Example
-------------------

View File

@ -6,6 +6,8 @@ syntax, so earlier versions of python won't work.
## 1. Install Sanic
> If you are running on a clean install of Fedora 28 or above, please make sure you have the ``redhat-rpm-config`` package installed in case if you want to use ``sanic`` with ``ujson`` dependency.
```bash
pip3 install sanic
```