Skip to content

Commit 4ff72bc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0056347 commit 4ff72bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/install.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python -m pip install python-re3data
1111
This will automatically install compatible versions of all dependencies, including `httpx` and `xsdata`.
1212

1313
!!! note
14+
1415
It is highly recommended creating a virtual environment before installing the project. This will help keep your
1516
dependencies isolated and prevent conflicts with other projects. You can use `venv` to create and manage virtual
1617
environments.
@@ -29,6 +30,7 @@ For more details, see [Optional Dependencies](#optional-dependencies).
2930
- Python 3.10 or higher installed on your machine
3031

3132
!!! tip "Alternative: Use uv instead of pip"
33+
3234
[uv](https://github.com/astral-sh/uv)[^1] is a fast Python package installer and resolver, written in Rust.
3335

3436
Create a virtual environment in the current directory:
@@ -52,6 +54,7 @@ docker pull ghcr.io/afuetterer/python-re3data:latest
5254
```
5355

5456
!!! note
57+
5558
The optional `[cli]` dependency group is pre-installed in the Docker image and the `re3data` executable is provided as
5659
an entry point.
5760

@@ -63,6 +66,7 @@ $ docker run --rm afuetterer/python-re3data --version
6366
```
6467

6568
!!! tip "Alternative: Use Podman instead of Docker"
69+
6670
[Podman](https://podman.io/) is an open-source containerization platform that allows you to create, run, and manage
6771
Linux containers.
6872

0 commit comments

Comments
 (0)