Skip to content

Commit

Permalink
Merge pull request #384 from girder/liw-repository
Browse files Browse the repository at this point in the history
Switch large_image_wheel references to the Girder repository.
  • Loading branch information
manthey authored Oct 8, 2019
2 parents 73fa8db + f4c3ba6 commit 7e4f620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Quick Installation via pip

In addition to installing the ``large-image`` package, you'll need at least one tile source (a ``large-image-source-xxx`` package). You can install everything from the main project with one of these commands:

- Install all tile sources and all Girder plugins on linux: ``pip install large-image[all] girder-large-image-annotation[tasks] --find-links https://manthey.github.io/large_image_wheels``
- Install all tile sources and all Girder plugins on linux: ``pip install large-image[all] girder-large-image-annotation[tasks] --find-links https://girder.github.io/large_image_wheels``

- Install all tile sources on linux: ``pip install large-image[all] --find-links https://manthey.github.io/large_image_wheels``
- Install all tile sources on linux: ``pip install large-image[all] --find-links https://girder.github.io/large_image_wheels``

Modules
-------
Expand Down Expand Up @@ -63,7 +63,7 @@ Tile source prerequisites

Many tile sources have complex prerequisites. These can be installed directly using your system's package manager or from some prebuilt Python wheels for Linux. The prebuilt wheels are not official packages, but they can be used by instructing pip to use them by preference:

``pip install -e large-image[memcached] -r requirements-dev.txt --find-links https://manthey.github.io/large_image_wheels``
``pip install -e large-image[memcached] -r requirements-dev.txt --find-links https://girder.github.io/large_image_wheels``


.. _Girder: https://github.com/girder/girder
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ skip_missing_interpreters = true
toxworkdir = {toxinidir}/build/tox

[testenv]
install_command = pip install --upgrade --upgrade-strategy eager --find-links https://manthey.github.io/large_image_wheels {opts} .[memcached] {packages}
install_command = pip install --upgrade --upgrade-strategy eager --find-links https://girder.github.io/large_image_wheels {opts} .[memcached] {packages}
deps = -rrequirements-dev.txt
whitelist_externals =
rm
Expand Down

0 comments on commit 7e4f620

Please sign in to comment.