mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #11 from bigchaindb/update-readme-install-instructions
Add instructions to install RethinkDB on !Ubuntu
This commit is contained in:
commit
9131da3cb0
10
README.md
10
README.md
@ -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+
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user