From f7bfbdf457f2fe9bd4306a24e3a56b99d7a6ea16 Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 1 Mar 2016 12:20:29 +0100 Subject: [PATCH] Change yum to dnf in Fedora install notes --- docs/source/installing.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/installing.md b/docs/source/installing.md index e543aa06..3e38013f 100644 --- a/docs/source/installing.md +++ b/docs/source/installing.md @@ -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`