mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-26 22:39:48 +00:00
449b7bf6e4
Signed-off-by: Adam Hill <adam@diginc.us>
12 lines
327 B
Markdown
12 lines
327 B
Markdown
# How do I test?
|
|
|
|
Make sure you have Docker and Python w/pip package manager.
|
|
|
|
From command line all you need to do is:
|
|
|
|
- `pip install tox`
|
|
- `tox`
|
|
|
|
# How do I debug python?
|
|
|
|
Highly recommended: Setup PyCharm on a **Docker enabled** machine. Having a python debugger like PyCharm changes your life if you've never used it :)
|