# Run this program to prepare the environment for your package.
$ python3 _quickstart.py
[](https://pypi.org/project/{{ REPOSITORY_NAME }}/)
[](https://github.com/{{ AUTHOR }}/{{ REPOSITORY_NAME }})
[](https://github.com/{{ AUTHOR }}/{{ REPOSITORY_NAME }}/actions/workflows/execute_python_package.yml)
[](https://github.com/{{ AUTHOR }}/{{ REPOSITORY_NAME }}/actions/workflows/upload_python_package.yml)
[
](https://github.com/{{ AUTHOR }}/{{ REPOSITORY_NAME }}/blob/master/LICENSE)
{{ DESCRIPTION }}
I recommend you to use these tools to avoid the chaos of the python environment. See other sites for how to install these tools.
$ git clone https://github.com/{{ AUTHOR }}/{{ REPOSITORY_NAME }}.git
$ cd {{ REPOSITORY_NAME }}
$ pyenv install 3.8.9
$ pyenv local 3.8.9
$ python -V
Python 3.8.9
$ poetry install