website/docs: in developer docs replace deprecated poetry shell command (#13460)

* wip

Signed-off-by: Dominic R <dominic@sdko.org>

* Rev

Signed-off-by: Dominic R <dominic@sdko.org>

---------

Signed-off-by: Dominic R <dominic@sdko.org>
This commit is contained in:
Dominic R
2025-03-11 11:20:51 -04:00
committed by GitHub
parent b082849fb5
commit a2211135bc

View File

@ -81,7 +81,7 @@ instructions](https://golangci-lint.run/welcome/install/#other-ci).
1. Create an isolated Python environment. To create the environment and install dependencies, run the following commands in the same directory as your local authentik git repository:
```shell
poetry shell # Creates a python virtualenv, and activates it in a new shell
eval $(poetry env activate) # Creates a python virtualenv, and activates it in a new shell
make install # Installs all required dependencies for Python and Javascript, including development dependencies
```