Lightspeed core service
brew install pdm
pdm --version
– should return no errorgit clone https://github.com/lightspeed-core/lightspeed-stack
cd service
pdm info
– should return no errorpdm install
– if it fails (for example because you ran pdm install
before changing pyproject.toml
) run:
pdm update
pdm install