Skip to content

Commit

Permalink
#214 Migrate from Poetry to PDM (6)
Browse files Browse the repository at this point in the history
Remove Poetry from docs
  • Loading branch information
dostuffthatmatters committed Jan 10, 2024
1 parent 61a445e commit c1b7139
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 0 additions & 4 deletions packages/docs/docs/user-guide/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c1b7139

Please sign in to comment.