diff --git a/packages/docs/docs/developer-guide/running-pyra-manually.mdx b/packages/docs/docs/developer-guide/running-pyra-manually.mdx index 4ed2d5e30..73455bf61 100644 --- a/packages/docs/docs/developer-guide/running-pyra-manually.mdx +++ b/packages/docs/docs/developer-guide/running-pyra-manually.mdx @@ -7,7 +7,7 @@ hide_table_of_contents: true ## Install dependencies -Dependency management uses [Poetry](https://python-poetry.org). `poetry install` installs all dependencies in the currently activated interpreter environment. +Dependency management uses [PDM](https://pdm-project.org/latest). `pdm install --dev` installs all dependencies in the currently activated interpreter environment. ## Pyra Core diff --git a/packages/docs/docs/user-guide/setup.mdx b/packages/docs/docs/user-guide/setup.mdx index 42b700405..ebaa2039b 100644 --- a/packages/docs/docs/user-guide/setup.mdx +++ b/packages/docs/docs/user-guide/setup.mdx @@ -60,10 +60,6 @@ Python 3.10.x If your `python` command doesn't resolve to the installed version, please look at the section ["Add Environment Paths"](#add-environment-paths) and add the path ".../Python310" and "Python310/Scripts" where you just installed Python. -### Install Poetry - -`poetry`: https://python-poetry.org/ - ### Git, Curl, and Tar `git`: https://git-scm.com/