mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
19 lines
302 B
Markdown
19 lines
302 B
Markdown
# Contributing
|
|
|
|
To add a new project:
|
|
|
|
Make sure you have `langchain-cli` installed.
|
|
|
|
```shell
|
|
pip install -U langchain-cli
|
|
```
|
|
|
|
Create a new package
|
|
|
|
```shell
|
|
langchain hub new $PROJECT_NAME
|
|
```
|
|
|
|
This will set up the skeleton of a package.
|
|
You can then edit the contents of the package as you desire.
|