bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
105 stars 104 forks source link

Does the Quickstart / Installation Page Work on a new Ubuntu 16.04 VM? #315

Closed ttmc closed 7 years ago

ttmc commented 7 years ago

The current Quickstart / Installation page for the BigchainDB Python Driver only has one OS-level dependency installation:

sudo apt-get update
sudo apt-get install libffi-dev

in Step 1. That really doesn't seem like enough, because the bigchaindb_driver package depends on the bigchaindb package, which needs a lot more OS-level dependencies, i.e. it needs:

sudo apt-get install g++ python3-dev libffi-dev build-essential libssl-dev

We should not assume they already have bigchaindb (BigchainDB Server) installed. Most people will never run BigchainDB Server.

To Do

muawiakh commented 7 years ago

No, it does not. Requested a PR