Update CONTRIBUTING.md to reflect Python 3.10+ requirement (#33)
* Update CONTRIBUTING.md to reflect Python 3.10+ requirement --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/getzep/graphiti?shareId=XXXX-XXXX-XXXX-XXXX). * sig file * feat: Initialize CLA file with empty signed contributors array
This commit is contained in:
parent
427a67b8f8
commit
57aed456fa
2 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ We're excited you're interested in contributing to Graphiti! This document outli
|
||||||
cd graphiti
|
cd graphiti
|
||||||
```
|
```
|
||||||
3. Set up your development environment:
|
3. Set up your development environment:
|
||||||
- Ensure you have Python 3.8+ installed.
|
- Ensure you have Python 3.10+ installed.
|
||||||
- Install Poetry: https://python-poetry.org/docs/#installation
|
- Install Poetry: https://python-poetry.org/docs/#installation
|
||||||
- Install project dependencies:
|
- Install project dependencies:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
3
signatures/version1/cla.json
Normal file
3
signatures/version1/cla.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"signedContributors": []
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue