Skip to content

Commit

Permalink
Consistently capitalise PyPI thus [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed Oct 30, 2024
1 parent 62fc9bc commit 0eae5be
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
8 changes: 4 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://pysam.readthedocs.io/en/latest/installation.html
Installing pysam
================

Pysam can be installed through conda_, pypi_ and from the repository.
Pysam can be installed through conda_, PyPI_ and from the repository.
The recommended way to install pysam is through conda/bioconda.

Conda installation
Expand All @@ -22,7 +22,7 @@ makes sure that dependencies are installed. Also, compilation flags
will be set automatically, which will potentially save a lot of
trouble on OS X.

Pypi installation
PyPI installation
=================

Pysam provides a python interface to the functionality contained
Expand All @@ -32,7 +32,7 @@ can be combined, ``builtin`` and ``external``.
Builtin
-------

The typical installation will be through pypi_::
The typical installation will be through PyPI_::

pip install pysam

Expand Down Expand Up @@ -86,7 +86,7 @@ To install from repository, type::

python setup.py install

For compilation options, see the section on Pypi installation above.
For compilation options, see the section on PyPI installation above.

Requirements
============
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ exclude pysam/config.py

include win32/*.[ch]

# exclude tests from pypi tar-ball - they
# require additional data
# exclude tests from sdist tarball as they require additional data
prune tests/

# samtools
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Release 0.22.0
This pysam release wraps htslib/samtools/bcftools 1.18 (PR #1208).

It has been tested with Python versions 3.6 through 3.12, and wheels are
available via pypi_ for all of those Python versions. Python versions 3.6
available via PyPI_ for all of those Python versions. Python versions 3.6
and 3.7 are end-of-life; particularly if you use pysam with either of
these versions, please vote in the version survey at issue #1230.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ lot of trouble.

The current version of pysam wraps 3rd-party code from htslib-1.21, samtools-1.21, and bcftools-1.21.

Pysam is available through `pypi
<https://pypi.python.org/pypi/pysam>`_. To install, type::
Pysam is available through `PyPI <https://pypi.org/project/pysam/>`_.
To install, type::

pip install pysam

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
.. _Galaxy: https://main.g2.bx.psu.edu/
.. _cython: https://cython.org/
.. _python: https://www.python.org/
.. _pypi: https://pypi.org/
.. _PyPI: https://pypi.org/
.. _pip: https://pip.pypa.io/
.. _pyximport: https://github.com/cython/cython/tree/master/pyximport
.. _conda: https://conda.io/docs/
Expand Down
8 changes: 4 additions & 4 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Installing pysam
================

Pysam can be installed through conda_, pypi_ and from the repository.
Pysam can be installed through conda_, PyPI_ and from the repository.
The recommended way to install pysam is through conda/bioconda.

Conda installation
Expand All @@ -21,7 +21,7 @@ makes sure that dependencies are installed. Also, compilation flags
will be set automatically, which will potentially save a lot of
trouble on OS X.

Pypi installation
PyPI installation
=================

Pysam provides a python interface to the functionality contained
Expand All @@ -31,7 +31,7 @@ can be combined, ``builtin`` and ``external``.
Builtin
-------

The typical installation will be through pypi_::
The typical installation will be through PyPI_::

pip install pysam

Expand Down Expand Up @@ -89,7 +89,7 @@ To install from repository, type::

python setup.py install

For compilation options, see the section on Pypi installation above.
For compilation options, see the section on PyPI installation above.

Requirements
============
Expand Down

0 comments on commit 0eae5be

Please sign in to comment.