Skip to content

Symas1/pdm-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example monorepo with PDM

Steps to set-up

  1. Install PDM
  2. Create new virtual environment (e.g., using pyenv)
  3. pdm use ~/path/to/python/interpreter 
    # e.g., ~/.pyenv/versions/3.11.6/envs/pdm-monorepo/bin/python
  4. Install the dependencies
    make install
  5. Build and run docker image to verify that monorepo set up is correct
    make build run

About

Example monorepo with PDM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors