doc: update README

Signed-off-by: Frost Ming <me@frostming.com>
This commit is contained in:
Frost Ming 2023-07-25 17:23:09 +08:00
parent c21a0792fc
commit c21af6fa77
No known key found for this signature in database
GPG Key ID: 5BFA9CB4DDA943BF

View File

@ -23,6 +23,7 @@ steps:
prerelease: false # Allow prerelease versions of PDM to be installed
enable-pep582: false # Enable PEP 582 package loading globally
allow-python-prereleases: false # Allow prerelease versions of Python to be installed. For example if only 3.12-dev is available, 3.12 will fallback to 3.12-dev
update-python: true # Update the environment with the requested python version
- name: Install dependencies
run: pdm install # Then you can use pdm in the following steps.
...