Skip to content

docs: document editable source installation - #55

Merged
jeetv merged 1 commit into
devfrom
docs/document-source-install
Aug 27, 2026
Merged

docs: document editable source installation#55
jeetv merged 1 commit into
devfrom
docs/document-source-install

Conversation

@SilvioGiancola

Copy link
Copy Markdown
Collaborator

Summary\n- make conda environment creation non-interactive\n- document editable installation for source development\n\n## Testing\n- git diff --check

Copilot AI lite review requested due to automatic review settings August 25, 2026 15:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s top-level installation documentation to make source development setup clearer and to better support non-interactive environment creation, aligning with OpenSportsLib’s contributor workflow.

Changes:

  • Make conda create non-interactive by adding -y.
  • Add an “editable install” (pip install -e .) snippet under Installation for source development.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread README.md

```bash
conda create -n osl python=3.12 pip
conda create -n osl python=3.12 pip -y
Comment thread README.md
Comment on lines +59 to +63
### Source development version

```bash
pip install -e .
```
@jeetv
jeetv merged commit e185115 into dev Aug 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants