diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000000..bcd648ab6c --- /dev/null +++ b/DEVELOPMENT.md @@ -0,0 +1,7 @@ +# Development + +- Install dependencies with `pip install .` +- See all nox sessions with `nox -l` +- Execute unit tests by running one of the sessions prefixed with `unit-` + - Example: `nox -s unit-3.8` +- Lint sources by running `autopep8`.