Skip to content

Commit 5541261

Browse files
authored
Force Python version to use (#6)
1 parent cf08fc9 commit 5541261

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ target/
8181
profile_default/
8282
ipython_config.py
8383

84-
# pyenv
85-
.python-version
86-
8784
# pipenv
8885
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
8986
# However, in case of collaboration, if having platform-specific dependencies or dependencies

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.6.8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pip install git+https://github.com/iMicknl/python-tahoma-api.git@master#tahoma_a
3333

3434
- Clone this repository
3535
- `cd python-tahoma-api`
36-
- Install the required Python version: `pyenv install 3.8.3`
36+
- Install the required Python version: `pyenv install`
3737
- Init the project: `poetry install`
3838
- Run `poetry run pre-commit install`
3939

0 commit comments

Comments
 (0)