Commit 4f74e2de authored by Jakob Moser's avatar Jakob Moser
Browse files

Add tip

parents
Loading
Loading
Loading
Loading

README.md

0 → 100644
+11 −0
Original line number Diff line number Diff line
>>> [!tip]

This guide contains examples run in interactive mode from within a Uni server. To get an interactive shell, you can run:

```bash
ssh last
curl -LsSf https://astral.sh/uv/install.sh | sh  # Only necessary the first time
uv run --with=ldap3 --python 3.12 python
```
>>>