CLI python, не отображается в терминале
#python-3.x #command-line-interface Вопрос: Я пытаюсь привести пример, https://click.palletsprojects.com/en/8.0.x/ и у меня возникли некоторые проблемы. Я setup.py установил следующее... setup( name='test', version='0.1.0', py_modules=['testpy'], install_requires=[ 'Click', ], entry_points={ 'console_scripts': [ 'test =…