Skip to content

Commit cf08fc9

Browse files
authored
Update README.md
1 parent 22b7985 commit cf08fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ pip install git+https://github.com/iMicknl/python-tahoma-api.git@master#tahoma_a
2727
```
2828
export PATH="~/.pyenv/bin:$PATH"
2929
eval "$(pyenv init -)"
30-
eval "$(pyenv virtualenv-init -)"
3130
```
3231
- Install the required [dependencies](https://github.com/pyenv/pyenv/wiki#suggested-build-environment)
3332
- Install [poetry](https://python-poetry.org): `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python`
33+
3434
- Clone this repository
3535
- `cd python-tahoma-api`
36-
- Install the required Python version: `pyenv install`
36+
- Install the required Python version: `pyenv install 3.8.3`
3737
- Init the project: `poetry install`
3838
- Run `poetry run pre-commit install`
3939

0 commit comments

Comments
 (0)