diff --git a/docs/server/source/nodes/setup-run-node.md b/docs/server/source/nodes/setup-run-node.md index 2feb800d..9d0a4892 100644 --- a/docs/server/source/nodes/setup-run-node.md +++ b/docs/server/source/nodes/setup-run-node.md @@ -94,13 +94,7 @@ If you're testing or developing BigchainDB on a stand-alone node, then you shoul ## Install BigchainDB Server -BigchainDB Server has some OS-level dependencies that must be installed. - -On Ubuntu 16.04, we found that the following was enough: -```text -sudo apt-get update -sudo apt-get install g++ python3-dev libffi-dev -``` +First, [install the OS-level dependencies of BigchainDB Server (link)](../appendices/install-os-level-deps.html). With OS-level dependencies installed, you can install BigchainDB Server with `pip` or from source.