Skip to content

Commit

Permalink
feat(docs): update pdm installation command in gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Sep 19, 2024
1 parent fdbe7ec commit fb7bba3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: pip install -r requirements.txt
- init: |
pip install pdm
pdm install

0 comments on commit fb7bba3

Please sign in to comment.