Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit b2a51d6

Browse files
author
staticdev
committed
Improved documentation
1 parent 8b6b171 commit b2a51d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Installs:
2424
- pyenv
2525
- poetry
2626
- cookiecutter
27+
- pycharm (optional)
28+
- vscode (optional)
2729

2830

2931
Requirements
@@ -37,13 +39,13 @@ Role Variables
3739

3840
Here is the list of all variables and their default values:
3941

42+
- `pyenv_global`: optional Python global version for pyenv (from `staticdev.pyenv`_)
43+
- `pyenv_python_versions`: optional list of Python versions installed (from `staticdev.pyenv`_)
4044
- `install_pycharm`: `false`
4145
- `pycharm_flavor`: `community`. You can use also `professional` or `edu`
4246
- `pycharm_version`: `2021.1.2`
4347
- `install_vscode`: `false`
4448
- `vscode_extensions`: optional list of name_ids of extensions. eg.: ms-python.python (Python Official Extension)
45-
- `pyenv_global`: optional Python global version for pyenv (from `staticdev.pyenv`_)
46-
- `pyenv_python_versions`: optional list of Python versions installed (from `staticdev.pyenv`_)
4749

4850

4951
Dependencies

0 commit comments

Comments
 (0)