Skip to content

Commit ff12312

Browse files
committed
DOC: Mention package is on PyPI
1 parent f276b2b commit ff12312

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Documentation, including the full API details, is available online at readthedoc
2626
Installation
2727
------------
2828

29+
The bioscan-dataset package is available on PyPI_, and the latest version can be installed into your current environment using pip_.
30+
2931
To install the package, run:
3032

3133
.. code-block:: bash
@@ -279,10 +281,12 @@ If you make use of the BIOSCAN-1M or BIOSCAN-5M datasets in your research, pleas
279281
280282
.. _BS1M-paper: https://papers.nips.cc/paper_files/paper/2023/hash/87dbbdc3a685a97ad28489a1d57c45c1-Abstract-Datasets_and_Benchmarks.html
281283
.. _BS5M-paper: https://arxiv.org/abs/2406.12723
284+
.. _PyPI: https://pypi.org/project/bioscan-dataset/
282285
.. _readthedocs: https://bioscan-dataset.readthedocs.io
286+
.. _pip: https://pip.pypa.io/
283287

284288
.. |PyPI badge| image:: https://img.shields.io/pypi/v/bioscan-dataset.svg
285-
:target: https://pypi.org/project/bioscan-dataset/
289+
:target: PyPI_
286290
:alt: Latest PyPI release
287291
.. |Documentation| image:: https://img.shields.io/badge/docs-readthedocs-blue
288292
:target: readthedocs_

0 commit comments

Comments
 (0)