Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 574 Bytes

File metadata and controls

43 lines (29 loc) · 574 Bytes

Python_TechnicalVision_Labs

There are my labs for "basics of technical vision" lessons.

To initialize new pyproject.toml ruin command in directory you want:

poetry init

To add packages run in terminal:

poetry add "package name"

To run one of the including labs in console such as file.py:

poetry install
poetry shell
python "lab_filename".py

To run one of the including labs in jupiter:

poetry install

Run shell:

poetry shell

Just start it in jupiter notebook extention in VS-CODE or etc. =)