You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ To try the language server without installing using [`uvx`](https://docs.astral.
79
79
uvx --from django-language-server djls serve
80
80
```
81
81
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
+
82
85
### Install with a package manager (recommended)
83
86
84
87
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
90
93
91
94
Installing it adds the `djls` command-line tool to your environment.
92
95
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
-
96
96
#### System-wide tool installation
97
97
98
98
Install it globally in an isolated environment using `uv` or `pipx`:
0 commit comments