Skip to content

zauberzeug/feldfreund_devkit

Repository files navigation

Feldfreund DevKit

TODO

Tech Stack

Development

  1. create a virtual environment and activate it:
virtualenv .venv # or without virtualenv:
python -m venv .venv

source .venv/bin/activate # to activate your virtual environment
  1. install dependencies:
poetry install --with dev,test
  1. start your project:
poetry run ./main.py
  1. run your tests:
poetry run pytest

Updating template settings

To update your project configuration from the nicegui-template, run:

copier update --skip-answered

This will prompt you to review and update your template settings interactively.

pre-commit

pre-commit is a tool to help you manage and run pre-commit hooks in your code. It is used to check your code for e.g. extra whitespace or formatting errors before committing it. Install the pre-commit hooks by running:

pre-commit install

You can also run the hooks manually by running:

pre-commit run --all-files

About

A sturdy development platform for autonomous outdoor robotics

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •