Welcome to the Conda Anaconda Telemetry project! This project is a plugin that submits data about conda's usage to Anaconda. This helps Anaconda learn more about those using conda. This plugin is also an example of how others can leverage conda's plugin system to begin collecting more information about their conda users too.
To begin using this plugin, install it in your base environment with the following command:
conda install --name base conda-anaconda-telemetry
To disable this plugin, you can either add the following to your .condarc
file:
plugins:
anaconda_telemetry: false
Or remove it from your base environment:
conda remove --name base conda-anaconda-telemetry
Contributions are very welcome 😄
Feel free to:
- File bug reports
- Create feature requests
- Open pull requests to resolve issues available in the Github issues queue.
- Review open pull requests
- Report any typos, wrong/outdated information on the documentation website.
- Engage in ongoing discussions in this project and add new ideas.