1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-28 00:27:44 +02:00

rm HACKING.rst

This commit is contained in:
Tim Daubenschütz 2017-05-11 17:25:22 +02:00
parent c40927b4fc
commit 4f6308e8a8

View File

@ -1,15 +0,0 @@
Installing latest master with pip
---------------------------------
In order to work with the latest BigchainDB (server) master branch:
.. code-block:: bash
$ pip install --process-dependency-links git+https://github.com/bigchaindb/bigchaindb-driver.git
Point to some BigchainDB node, which is running BigchainDB server ``master``:
.. code-block:: python
from bigchaindb_driver import BigchainDB
bdb = BigchainDB('http://here.be.dragons:9984')