busi732 / Team-2-2024Fall

This is a project repository for Team 2 members in BUSI 732 Quantitative Research, 2024Fall
0 stars 3 forks source link

ADR for Conda #20

Open rr-85 opened 1 week ago

rr-85 commented 1 week ago

Objective Document the decision to use Conda as the primary environment and package management tool for the project, detailing the rationale, benefits, and potential limitations. This Architecture Decision Record (ADR) will provide a clear and traceable explanation for future reference.

As a data science and development team, we want to formally document the decision to use Conda for environment and dependency management so that our project setup remains consistent, easily reproducible, and efficient across team members. By adopting Conda, we aim to streamline package management, handle dependencies smoothly, and minimize environment-related issues during development and deployment.

rr-85 commented 1 week ago

https://github.com/busi732/Team-2-2024Fall/wiki/Use-of-Conda-for-Environment-and-Dependency-Management

@gibby-ci Please provide feedback on ADR created for Conda

gibby-ci commented 1 week ago

@rr-85 consider 1-3 alternatives. pyenv, or poetry. what are the differences. why use conda vs pip tools?