We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f90f8 commit b4fcfadCopy full SHA for b4fcfad
README.md
@@ -2,4 +2,6 @@
2
3
1. create a python virtualenv `python -m venv ~/.venv` or `virtualenv ~/.venv`
4
2. create empty files `Makefile`, `requirements.txt`, `main.py`, `Dockerfile`, `lib/__init__.py`
5
-3. populate `Makefile`
+3. populate `Makefile`
6
+4. setup continuous integration, i.e. check for issues like lint errors
7
+ 
0 commit comments