The 'option B' install mentioned in the README does not work on my machine. Here's what I get.
'option A' works fine !
jcohn@BETA-2282 ~ % # Option B: install as a CLI tool, then use factory anywhere
uv tool install -e .
factory ceo "Build a personal homepage with a blog"
zsh: command not found: factory
zsh: command not found: #
error: /Users/jcohn does not appear to be a Python project, as neither pyproject.toml nor setup.py are present in the directory
zsh: command not found: factory
jcohn@BETA-2282 ~ %
The 'option B' install mentioned in the README does not work on my machine. Here's what I get.
'option A' works fine !
jcohn@BETA-2282 ~ % # Option B: install as a CLI tool, then use
factoryanywhereuv tool install -e .
factory ceo "Build a personal homepage with a blog"
zsh: command not found: factory
zsh: command not found: #
error: /Users/jcohn does not appear to be a Python project, as neither
pyproject.tomlnorsetup.pyare present in the directoryzsh: command not found: factory
jcohn@BETA-2282 ~ %