Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter554 committed Oct 8, 2018
1 parent 8ae158b commit 1cea167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Tools for tissue image stain normalization and augmentation in Python (tested on
Install
========

``pip install staintools``
``pip install staintools`` + install SPAMS (see below)

**NOTE:** StainTools requires the SPAMS (SPArse Modeling Software) package. Please find out about this `here <http://spams-devel.gforge.inria.fr>`__. This may be installed via conda. For example, see `here <https://github.com/conda-forge/python-spams-feedstock>`__. Alternatively, a version under development is currently available from the PyPI testing site - run ``pip install --index-url https://test.pypi.org/simple/ spams``. Hopefully, SPAMS will soon be available on the main PyPI.
StainTools requires the SPAMS (SPArse Modeling Software) package. Please find out about this `here <http://spams-devel.gforge.inria.fr>`__. This may be installed via conda. For example, see `here <https://github.com/conda-forge/python-spams-feedstock>`__. Alternatively, a version is currently available from the PyPI testing site - run ``pip install --index-url https://test.pypi.org/simple/ spams``. Hopefully, SPAMS will soon be available on the main PyPI.

Docs
====
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='staintools',
version='0.9.9',
version='1.0.0',
description='A package for tissue image stain normalization, augmentation and more.',
long_description=readme,
author='Peter Byfield',
Expand Down

0 comments on commit 1cea167

Please sign in to comment.