Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Apr 27, 2024
1 parent d825960 commit d8d318c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ It was written to provide clean and python only geometries for fastkml_
Installation
------------

You can install PyGeoIf from pypi using pip::
You can install PyGeoIf from pypi using pip:
.. code-block:: console
pip install pygeoif
Expand Down Expand Up @@ -162,7 +163,7 @@ x, y, z : float

Example
~~~~~~~~
.. code-block:: pycon
.. code-block: pycon
>>> from pygeoif import Point
>>> p = Point(1.0, -1.0)
Expand Down Expand Up @@ -396,21 +397,21 @@ Then install the requirements with ``pip install -e ".[dev]"``.
pre-commit
----------

Install the ``pre-commit`` hook with::
Install the ``pre-commit`` hook with:
.. code-block:: console
pip install pre-commit
pre-commit install
and check the code with::
and check the code with:
.. code-block:: console
pre-commit run --all-files
Testing
-------

Run the unit and static tests with::
Run the unit and static tests with:
.. code-block:: console
pytest tests
Expand Down

0 comments on commit d8d318c

Please sign in to comment.