Skip to content

Commit

Permalink
Remove --process-dependency-links everywhere (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmc committed Jan 24, 2019
1 parent 82ebb18 commit c294a53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion compose/bigchaindb_driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN pip install --upgrade pip

COPY . /usr/src/app/

RUN pip install --no-cache-dir --process-dependency-links -e .[dev]
RUN pip install --no-cache-dir -e .[dev]
13 changes: 0 additions & 13 deletions docs/advanced-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,5 @@ Once you have a copy of the source code, you can install it by going to the dire
python setup.py install
Installing latest master with pip
---------------------------------

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
Then connect to some BigchainDB node which is running BigchainDB server ``master``.


.. _Github repo: https://github.com/bigchaindb/bigchaindb-driver
.. _tarball: https://github.com/bigchaindb/bigchaindb-driver/tarball/master
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ setenv =
BIGCHAINDB_DATABASE_BACKEND=mongodb
deps =
{[base]deps}
install_command = pip install {opts} {packages} --process-dependency-links .[test]
install_command = pip install {opts} {packages} .[test]
commands =
py.test -v -n auto --cov=bigchaindb_driver --basetemp={envtmpdir}

0 comments on commit c294a53

Please sign in to comment.