Welcome to the CapstoneMas Crew project, powered by crewAI.
Follow the steps below to set up your environment and install poetry.
First, create a fresh and empty Conda environment:
conda create -n poetry-env
conda activate poetry-env
conda install poetry -y
Once the environment is set up and poetry is installed, poetry will take care of the dependencies.
poetry install
poetry run weekly_update
This project is licensed under the MIT License.