Merge pull request #11 from bigchaindb/update-readme-install-instructions

Add instructions to install RethinkDB on !Ubuntu
This commit is contained in:
Alberto Granzotto 2016-02-11 14:19:56 +01:00
commit 9131da3cb0

View File

@ -8,8 +8,9 @@ Documentation is available at https://bigchaindb.readthedocs.org/
## Getting started
#### Install RethinkDB on Ubuntu
### Install RethinkDB
#### On Ubuntu
```sh
# install rethinkdb https://rethinkdb.com/docs/install/ubuntu/
$ source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
@ -21,12 +22,15 @@ $ sudo apt-get install rethinkdb
$ rethinkdb
```
#### Install BigchainDB
#### On other platforms
To install RethinkDB on other platform, please refer to [the official documentation](https://rethinkdb.com/docs/install/).
### Install BigchainDB
```sh
$ pip install bigchaindb
```
#### Running BigchainDB
### Running BigchainDB
Currently BigchainDB only supports Python 3.4+