Skip to content

Commit 6af9605

Browse files
Update README.md
1 parent 2f3bd07 commit 6af9605

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ To try the language server without installing using [`uvx`](https://docs.astral.
7979
uvx --from django-language-server djls serve
8080
```
8181

82+
> [!NOTE]
83+
> The server will automatically detect and use your project's Python environment when you open a Django project. It needs access to your project's Django installation and other dependencies, but should be able to find these regardless of where the server itself is installed.
84+
8285
### Install with a package manager (recommended)
8386

8487
The language server is published to PyPI with pre-built wheels for the following platforms:
@@ -90,9 +93,6 @@ The language server is published to PyPI with pre-built wheels for the following
9093

9194
Installing it adds the `djls` command-line tool to your environment.
9295

93-
> [!NOTE]
94-
> The server will automatically detect and use your project's Python environment when you open a Django project. It needs access to your project's Django installation and other dependencies, but should be able to find these regardless of where the server itself is installed.
95-
9696
#### System-wide tool installation
9797

9898
Install it globally in an isolated environment using `uv` or `pipx`:

0 commit comments

Comments
 (0)