Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 838 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 838 Bytes

Capstone MAS Crew AI

Welcome to the CapstoneMas Crew project, powered by crewAI.

Setup Instructions

Follow the steps below to set up your environment and install poetry.

1. Create a Conda Environment

First, create a fresh and empty Conda environment:

conda create -n poetry-env
2. Activate the newly created environment
conda activate poetry-env
3. Install poetry
conda install poetry -y
4. Clone this github repository.

Once the environment is set up and poetry is installed, poetry will take care of the dependencies.

5. This will install all dependencies from pyproject.toml
poetry install
6. Run the crewai project.
poetry run weekly_update

License

This project is licensed under the MIT License.