@@ -65,11 +65,6 @@ are not required to install or use python-icat itself:
6565
6666 Only needed to use the XML backend of icatdump.py and icatingest.py.
6767
68- + `Requests `_
69-
70- Only needed for the example scripts using the ICAT RESTful
71- interface, icatexport.py and icatimport.py.
72-
7368+ `setuptools_scm `_
7469
7570 The version number is managed using this package. All source
@@ -99,15 +94,12 @@ Installation from PyPI
9994
10095You can install python-icat from PyPI using pip::
10196
102- $ pip install suds-community python-icat
97+ $ pip install python-icat
10398
10499Installation from the source distribution
105100.........................................
106101
107- python-icat uses the distutils Python standard library package and
108- follows its conventions of packaging source distributions. See the
109- documentation on `Installing Python Modules `_ for details or to
110- customize the install process.
102+ Steps to manually build from the source distribution:
111103
1121041. Download the sources, unpack, and change into the source directory.
113105
@@ -222,15 +214,6 @@ Bugs and limitations
222214 the implementation of the underlying Python library.
223215
224216
225- Version numbering
226- -----------------
227-
228- Version numbers of python-icat comply with Python standards as defined
229- in `PEP 440 `_. They try to adhere to the principles of `Semantic
230- Versioning `_, but may deviate from the formatting defined therein
231- when it is incompatible with PEP 440.
232-
233-
234217Copyright and License
235218---------------------
236219
@@ -260,7 +243,6 @@ permissions and limitations under the License.
260243.. _pytest : https://docs.pytest.org/en/latest/
261244.. _pytest-dependency : https://pypi.org/project/pytest-dependency/
262245.. _distutils-pytest : https://github.com/RKrahl/distutils-pytest
263- .. _Installing Python Modules : https://docs.python.org/3/install/
264246.. _Read the Docs site : https://python-icat.readthedocs.io/
265247.. _GitHub repository : https://github.com/icatproject/python-icat
266248.. _Issue #72 : https://github.com/icatproject/python-icat/issues/72
0 commit comments