File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ python -m pip install python-re3data
1111This 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
You can’t perform that action at this time.
0 commit comments