ansible / ansible-content-parser

Apache License 2.0
3 stars 4 forks source link

README update #21

Closed TamiTakamiya closed 1 year ago

TamiTakamiya commented 1 year ago
  1. Replace

    the ftdata.json file, which is the training dataset for developing custom AI models used with Ansible Lightspeed.

with

the ftdata.json file, which is the training dataset for developing custom AI models.

following the suggestion from Marty.

  1. Insert the installation steps from User Guide draft. Because this README will be viewable on GitHub and PyPI, readers are mostly engineers and they should be familiar with how pip works and these steps look too redundant. However, I still want to insert them to README here because it would be pretty likely many of them already have Ansible libraries on their system and I would like them to install ansible-content-parser in an isolated virtual environment.
TamiTakamiya commented 1 year ago

@robinbobbitt Thanks for your comments. I have addressed your comments in the latest commit. Would you take a look? Thank you.