mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
**Description:** This PR improves the contribution setup guide by adding comprehensive Windows-specific instructions. The changes address a common pain point for Windows contributors who don't have `make` installed by default, making the LangChain contribution process more accessible across different operating systems. The main improvements include: - Added a dedicated "Windows Users" section with multiple installation options for `make` (Chocolatey, Scoop, WSL) - Provided direct `uv` commands as alternatives to all `make` commands throughout the setup guide - Included Windows-specific instructions for testing, formatting, linting, and spellchecking - Enhanced the documentation to be more inclusive for Windows developers This change makes it easier for Windows users to contribute to LangChain without requiring additional tool installation, while maintaining the existing workflow for users who already have `make` available. **Issue:** This addresses the common barrier Windows users face when trying to contribute to LangChain due to missing `make` commands. **Dependencies:** None required - this is purely a documentation improvement. --------- Co-authored-by: Mason Daugherty <mason@langchain.dev>
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide