doc: GIT-1582: add fedora package dependency
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
parent
1c9141bd5d
commit
83e3d4ca1f
|
@ -78,6 +78,12 @@ Installation
|
||||||
$ pip3 install --no-binary :all: sanic
|
$ 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
|
Hello World Example
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,8 @@ syntax, so earlier versions of python won't work.
|
||||||
|
|
||||||
## 1. Install Sanic
|
## 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
|
```bash
|
||||||
pip3 install sanic
|
pip3 install sanic
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user