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:
@ -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:
|
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
|
```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
|
make install # Installs all required dependencies for Python and Javascript, including development dependencies
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user