Install Conan from source
develop2To run Conan from source on Windows, MacOS, or Linux, follow these steps:
- Ensure
pipis installed. - Clone the repository into a directory named
conan-io(to avoid naming conflicts with theconancommand itself). - Install the package in editable mode.
Note for Linux users: If your distribution prevents installing Python packages in editable mode in the root Python installation, you must create a Python virtual environment (venv) first.