Introduction
The current folder is the github repository of pymc-labs for pymc-marketing.
How to do when user ask a request?
If the user ask you to build something then:
- Always run
uv syncto set up the environment. - If gh is missing install using
brew install gh(macOS) or follow https://github.com/cli/cli#installation - Use
uv runfor all Python commands within the project. - Follow linter rules and contribution.md recommendations.