Skip to content

Commit 21b2e47

Browse files
committed
minor: small improvements to installation doc
1 parent 8621dd1 commit 21b2e47

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/source/installation.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
Dependencies
77
************
8-
98
The mandatory dependencies of PyProximal are limited to:
109

1110
* Python 3.10 or greater
@@ -54,10 +53,9 @@ First install `pyproximal` with your package manager of choice.
5453
5554
>> uv add "pyproximal[advanced]"
5655
57-
5856
From Source
5957
===========
60-
To access the latest source from github:
58+
To access the latest source from GitHub:
6159

6260
.. tab-set::
6361

@@ -89,7 +87,6 @@ Fork the `PyProximal repository <https://github.com/PyLops/pyproximal>`_ and clo
8987
9088
Install dependencies
9189
====================
92-
9390
We recommend installing dependencies into a separate environment.
9491
For that end, we provide a `Makefile` with useful commands for setting up the environment.
9592

@@ -178,7 +175,7 @@ At this point, the user must check the changes and then stage them before trying
178175

179176
Final steps
180177
===========
181-
PyLops does not enforce the use of a linter as a pre-commit hook, but we do highly encourage using one before submitting a Pull Request.
178+
PyProximal does not enforce the use of a linter as a pre-commit hook, but we do highly encourage using one before submitting a Pull Request.
182179
A properly configured linter (``ruff``) can be run with:
183180

184181
.. tab-set::

0 commit comments

Comments
 (0)