8000
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 1459f42 commit 9221aceCopy full SHA for 9221ace
.gitignore
@@ -3,3 +3,4 @@
3
.mypy_cache/
4
venv/
5
.idea/
6
+.coverage
README.md
@@ -11,7 +11,7 @@ A template for new Python projects
11
pip install . # "static" install
12
pip install -e . # "editable" install (setup.py handles source being under `src/`)
13
14
- # run app from instal
+ # run app from install
15
python -m gnp
16
17
# run app directly from local repo (with current dir at top of repo)
0 commit comments