Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 487 Bytes

File metadata and controls

29 lines (18 loc) · 487 Bytes

python-quickstart

Python template for quickly starting with a project. It has tests - beware.

Python environment

  • use pyenv to install a specific python version
$ pyenv install 3.10.4

Start

For development install dev extra

$ pip install -e '.[dev]'

Tests

Testing framework used is pyenv

Run tests by typing the following command in the terminal

$ pytest