Change yum to dnf in Fedora install notes

This commit is contained in:
troymc 2016-03-01 12:20:29 +01:00
parent b051fc1639
commit f7bfbdf457

View File

@ -35,10 +35,12 @@ $ sudo apt-get install libffi-dev g++ libssl-dev python3-dev
On Fedora 23, we found that the following was enough (tested in February 2015):
```text
$ yum update
$ yum install libffi-devel gcc-c++ redhat-rpm-config python3-devel openssl-devel
$ sudo dnf update
$ sudo dnf install libffi-devel gcc-c++ redhat-rpm-config python3-devel openssl-devel
```
(If you're using a version of Fedora before version 22, you may have to use `yum` instead of `dnf`.)
With OS-level dependencies installed, you can install BigchainDB with `pip` or from source.
### How to Install BigchainDB with `pip`