Go to file
2024-09-04 23:33:02 +04:00
.vscode Initial commit 2024-09-04 23:25:17 +04:00
assets Initial commit 2024-09-04 23:25:17 +04:00
backend Initial commit 2024-09-04 23:25:17 +04:00
data Initial commit 2024-09-04 23:25:17 +04:00
docs Initial commit 2024-09-04 23:25:17 +04:00
.flake8 Initial commit 2024-09-04 23:25:17 +04:00
.gitignore Initial commit 2024-09-04 23:25:17 +04:00
lec1.ipynb Initial commit 2024-09-04 23:25:17 +04:00
poetry.lock Initial commit 2024-09-04 23:25:17 +04:00
poetry.toml Initial commit 2024-09-04 23:25:17 +04:00
pyproject.toml Disable poetry package mode 2024-09-04 23:32:35 +04:00
readme.md Update readme.md 2024-09-04 23:33:02 +04:00
run.py Initial commit 2024-09-04 23:25:17 +04:00

Окружение и примеры для выполнения лабораторных работ по дисциплине "Методы ИИ"

Python

Используется Python версии 3.12

Установщик https://www.python.org/ftp/python/3.12.5/python-3.12.5-amd64.exe

Poetry

Для создания и настройки окружения проекта необходимо установить poetry

Для Windows (Powershell)

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -

Linux, macOS, Windows (WSL)

curl -sSL https://install.python-poetry.org | python3 -

Добавление poetry в PATH

  1. Открыть настройки переменных среды



    \
  2. Изменить переменную Path текущего пользователя

    \
  3. Добавление пути %APPDATA%\Python\Scripts до исполняемого файла poetry

Создание окружения

poetry install