Skip to content

Commit

Permalink
Merge branch 'master' into gitignore
Browse files Browse the repository at this point in the history
cpburnz committed Aug 30, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 639a077 + 6dadc49 commit 458dbba
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -129,20 +129,24 @@ The source code for *pathspec* is available from the GitHub repo
Installation
------------

*pathspec* requires the following packages:
*pathspec* is available for install through `PyPI`_::

- `setuptools`_ (>=40.8.0)
pip install pathspec

*pathspec* can be installed from source with::
*pathspec* can also be built from source. The following packages will be
required:

python setup.py install
- `build`_ (>=0.6.0)
- `setuptools`_ (>=40.8.0)

*pathspec* is also available for install through `PyPI`_::
*pathspec* can then be built and installed with::

pip install pathspec
python -m build
pip install dist/pathspec-*-py3-none-any.whl

.. _`setuptools`: https://pypi.python.org/pypi/setuptools
.. _`PyPI`: http://pypi.python.org/pypi/pathspec
.. _`build`: https://pypi.org/project/build/
.. _`setuptools`: https://pypi.org/project/setuptools/


Documentation
@@ -156,6 +160,8 @@ Documentation for *pathspec* is available on `Read the Docs`_.
Other Languages
---------------

*pathspec* is also available as a `Ruby gem`_.
The related project `pathspec-ruby`_ (by *highb*) provides a similar library as
a `Ruby gem`_.

.. _`Ruby gem`: https://github.com/highb/pathspec-ruby
.. _`pathspec-ruby`: https://github.com/highb/pathspec-ruby
.. _`Ruby gem`: https://rubygems.org/gems/pathspec

0 comments on commit 458dbba

Please sign in to comment.