Setup
Learn how to set up your custom book project.
Last updated
Was this helpful?
Was this helpful?
cookiecutter git+ssh://git@github.com/kognitos/bdk-template.gitcd <project_slug>poetry config virtualenvs.in-project truepoetry env use 3.11pyenv: python3.11: command not found
The python3.11' command exists in these Python versions:
3.11.11pyenv local 3.11source $(poetry env info --path)/bin/activateInvoke-Expression (poetry env activate)poetry install