Lightspeed-stack service installation on macOS

Lightspeed core service

Lightspeed-stack service installation on macOS

Prerequisities

Installation steps

  1. brew install pdm
  2. pdm --version – should return no error
  3. Clone the repo to the current dir: git clone https://github.com/lightspeed-core/lightspeed-stack
  4. cd service
  5. pdm info – should return no error
  6. pdm install – if it fails (for example because you ran pdm install before changing pyproject.toml) run:
    pdm update
    pdm install