Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPython: Feature to create configuration file blueprint #90

Open
amotl opened this issue Jul 28, 2021 · 0 comments
Open

CPython: Feature to create configuration file blueprint #90

amotl opened this issue Jul 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@amotl
Copy link
Member

amotl commented Jul 28, 2021

Hi there,

@MKO1640 reported at [1] that he had troubles creating or getting hold of an appropriate configuration file blueprint for getting started quickly after installing Terkin on CPython using pip.

In order to improve that situation, it would be nice if Terkin would provide a corresponding subcommand like terkin create-config --flavor=sbc, which would print a configuration file blueprint to STDOUT. That can be redirected into a configuration file of your choice.

So, the workflow for installing Terkin on CPython would be:

pip install terkin[sbc] --upgrade
terkin create-config --flavor=sbc > settings.py
terkin --config settings.py

With kind regards,
Andreas.

[1] https://community.hiveeyes.org/t/terkin-variante-fur-cpython-raspberry-pi-dragino-lora-gps-hat/3180/9

@amotl amotl changed the title Feature to create configuration file blueprint CPython: Feature to create configuration file blueprint Jul 28, 2021
@amotl amotl added the enhancement New feature or request label Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant