# Create new project with command: poetry new [project_name]
# Example directory structure
β βββ __init__.py
βββ test_poetry_demo.py
# or you can create folder then go inside and initialise poetry which will create pyproject.toml
# now you can add dependency, for example:
#this will add dependency in pyproject.toml file
source {path_to_venv}/bin/activate
source`poetry env info --path`/bin/activate