mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Change yum to dnf in Fedora install notes
This commit is contained in:
parent
b051fc1639
commit
f7bfbdf457
@ -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):
|
On Fedora 23, we found that the following was enough (tested in February 2015):
|
||||||
```text
|
```text
|
||||||
$ yum update
|
$ sudo dnf update
|
||||||
$ yum install libffi-devel gcc-c++ redhat-rpm-config python3-devel openssl-devel
|
$ 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.
|
With OS-level dependencies installed, you can install BigchainDB with `pip` or from source.
|
||||||
|
|
||||||
### How to Install BigchainDB with `pip`
|
### How to Install BigchainDB with `pip`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user