- Python 3.9 is required for development
- Install pyenv
- Install requirements for Python
- Create Python 3.10 environment:
pyenv install 3.10
- We use Poetry for dependency management
- Install poetry
- Tell poetry which Python to use:
pyenv shell 3.10 python --version # ensure that pyenv activated 3.10 version poetry env use `which python`
- Finally, you're ready to install dependencies:
poetry install
forked from timav566/lca
-
Notifications
You must be signed in to change notification settings - Fork 0
License
evgngl/lca
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 57.0%
- Python 43.0%