Skip to content

InSuperposition/ml_ops_3690

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python template repository

Configure

Rename

  1. Change code folder name from new_python/ to your_project_name; (snake_case_lowercase)
  2. In pyproject.toml, changename under tool.poetry to your-project-name; (kebab-case-lowercase)
  3. (Optional) Change Python version in pyproject.toml under tool.poetry.dependencies.python to your desired version.

Installation

Python runtime - PyEnv

brew install pyenv
pyenv install 3.12.1 # (or your desired version)

Package Management - Poetry

HomeBrew

brew install poetry

pipx

brew install pipx
pipx ensurepath
pipx install poetry

Install poetry dependencies and .venv

# in project root
poetry install

About

ML From R&D to Production - RUNI 3690

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published