Skip to content

Commit

Permalink
app: activate env script added
Browse files Browse the repository at this point in the history
  • Loading branch information
pwd491 committed May 27, 2024
1 parent ece8f1a commit 7cc7b81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ qrcode = "^7.4.2"
pytest = "^8.2.0"
Babel = "^2.15.0"

[tool.poetry.scripts]
activate = "source $(poetry env info --path)/bin/activate"


[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 7cc7b81

Please sign in to comment.