Skip to content

evgngl/lca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Checks

LCA

Setup

  1. Python 3.9 is required for development
    1. Install pyenv
    2. Install requirements for Python
    3. Create Python 3.10 environment:
      pyenv install 3.10
  2. We use Poetry for dependency management
    1. Install poetry
    2. Tell poetry which Python to use:
      pyenv shell 3.10
      python --version  # ensure that pyenv activated 3.10 version
      poetry env use `which python`
    3. Finally, you're ready to install dependencies:
      poetry install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 57.0%
  • Python 43.0%