Road core installation on macOS

Road core service

Road core 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/road-core/service
  4. cd service
  5. pdm info – should return no error
  6. change torch==2.6.0+cpu to torch==2.6.0 in pyproject.toml (section [project]/dependencies)
  7. pdm install – if it fails (for example because you ran pdm install before changing pyproject.toml) run:
    pdm update
    pdm install