We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b7985 commit cf08fc9Copy full SHA for cf08fc9
1 file changed
README.md
@@ -27,13 +27,13 @@ pip install git+https://github.com/iMicknl/python-tahoma-api.git@master#tahoma_a
27
```
28
export PATH="~/.pyenv/bin:$PATH"
29
eval "$(pyenv init -)"
30
- eval "$(pyenv virtualenv-init -)"
31
32
- Install the required [dependencies](https://github.com/pyenv/pyenv/wiki#suggested-build-environment)
33
- Install [poetry](https://python-poetry.org): `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python`
+
34
- Clone this repository
35
- `cd python-tahoma-api`
36
-- Install the required Python version: `pyenv install`
+- Install the required Python version: `pyenv install 3.8.3`
37
- Init the project: `poetry install`
38
- Run `poetry run pre-commit install`
39
0 commit comments