mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Updating README
This commit is contained in:
30
README.md
30
README.md
@@ -69,5 +69,33 @@ CrewAI is open-source and we welcome contributions. If you're looking to contrib
|
|||||||
- Send a pull request.
|
- Send a pull request.
|
||||||
- We appreciate your input!
|
- We appreciate your input!
|
||||||
|
|
||||||
|
### Installing Dependencies
|
||||||
|
```bash
|
||||||
|
poetry lock
|
||||||
|
poetry install
|
||||||
|
```
|
||||||
|
|
||||||
|
### Virtual Env
|
||||||
|
```bash
|
||||||
|
poetry shell
|
||||||
|
```
|
||||||
|
|
||||||
|
### Running Tests
|
||||||
|
```bash
|
||||||
|
poetry run pytest
|
||||||
|
```
|
||||||
|
|
||||||
|
### Packaging
|
||||||
|
```bash
|
||||||
|
poetry build
|
||||||
|
```
|
||||||
|
|
||||||
|
### Installing Locally
|
||||||
|
```bash
|
||||||
|
pip install dist/*.tar.gz
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
CrewAI is released under the MIT License
|
CrewAI is released under the MIT License
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user