Skip to content

Commit 3b054da

Browse files
committed
add note about upgrading dependencies in develop mode
1 parent 0b2f542 commit 3b054da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,14 @@ This creates the development venv into the `.venv` hidden subfolder of the `unpy
864864

865865
If you are a seasoned pythonista, note that there is no `requirements.txt`; the dependency list lives in `pyproject.toml`.
866866

867+
#### Upgrade dependencies (later)
868+
869+
To upgrade dependencies to latest available versions compatible with the specifications in `pyproject.toml`:
870+
871+
```bash
872+
pdm update
873+
```
874+
867875
#### Develop
868876

869877
To activate the development venv, in a terminal that sees your Python environment, navigate to the `unpythonic` folder, and issue the command:

0 commit comments

Comments
 (0)