Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 325 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 325 Bytes

Python: Rivian API Client

Currently a Work In Progress

Dependencies

Poetry

curl -sSL https://install.python-poetry.org | python3 -

Setup

Install project dependencies into the poetry virtual environment.

poetry install

Run Tests

poetry run pytest