BstLabs / py-dynacli

DynaCLI is a cloud-friendly Python library for converting pure Python functions into Linux Shell commands.
https://bstlabs.github.io/py-dynacli/
MIT License
98 stars 5 forks source link

[DOC] [BUG] #76

Closed orkhanshirin closed 1 year ago

orkhanshirin commented 2 years ago

Describe the documentation issue A clear and concise description of what is wrong with our documentation.

In the tutorials/greetings/say file on line 18 the comment is confusing. We don't need to include dynacli.py path. Because we already did pip3 install dynacli. Therefore we can change sys.path.extend([*search_path, f'{cwd}/../../src']) to sys.path.extend(search_path).

ShahriyarR commented 2 years ago

Could you please send a PR with your updates? Much more appreciated :)