# AutoGTP ## Installation [GitHub - Significant-Gravitas/AutoGPT: AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.](https://github.com/Significant-Gravitas/AutoGPT) [AutoGPT Documentation](https://docs.agpt.co) [GitHub - pypa/pipx: Install and Run Python Applications in Isolated Environments](https://github.com/pypa/pipx) ```sh brew install pipx ``` or ```sh sudo apt update sudo apt install pipx ``` ```sh pipx ensurepath ``` [Introduction | Documentation | Poetry - Python dependency management and packaging made easy](https://python-poetry.org/docs/#installing-with-pipx) ```sh pipx install poetry ``` install が終わらない場合 ```sh PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring poetry install ``` ```sh cd autogpts/autogpt cp .env.template .env ``` `.env` に `OPENAI_API_KEY` を設定 ```sh poetry install ``` ```sh ./autogpt.sh --help ``` ## Plugins [GitHub - Significant-Gravitas/Auto-GPT-Plugins: Plugins for Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT-Plugins)