Cookiecutter template for creating a basic AG2 Python project.
Before you can use this Cookiecutter template, please make sure you have the cookiecutter
package installed. If it's not already installed, you can do so using the following command:
pip install cookiecutter
To create a new AG2 Python project using this template, follow these steps:
-
Open your terminal.
-
Run the following command to generate a new AG2 Python project:
cookiecutter https://github.com/ag2ai/cookiecutter-ag2-python.git
This command will prompt you to provide some information about your project, such as project name, author name, and other configuration options.
-
After you've answered the prompts, Cookiecutter will create a new directory for your AG2 Python project based on your responses.