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 d8d318c commit c193992
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ It was written to provide clean and python only geometries for fastkml_
Installation
------------

You can install PyGeoIf from pypi using pip:
.. code-block:: console
You can install PyGeoIf from pypi using pip::

pip install pygeoif

Expand Down Expand Up @@ -397,22 +396,19 @@ Then install the requirements with ``pip install -e ".[dev]"``.
pre-commit
----------

Install the ``pre-commit`` hook with:
.. code-block:: console
Install the ``pre-commit`` hook with::

pip install pre-commit
pre-commit install

and check the code with:
.. code-block:: console
and check the code with::

pre-commit run --all-files

Testing
-------

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

pytest tests
pytest --doctest-glob="README.rst"
Expand Down

0 comments on commit c193992

Please sign in to comment.