8000 Minor tweaks to .gitignore and README.md · SirGnip/python_template@9221ace · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9221ace

Browse files
committed
Minor tweaks to .gitignore and README.md
1 parent 1459f42 commit 9221ace

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.mypy_cache/
44
venv/
55
.idea/
6+
.coverage

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A template for new Python projects
1111
pip install . # "static" install
1212
pip install -e . # "editable" install (setup.py handles source being under `src/`)
1313

14-
# run app from instal
14+
# run app from install
1515
python -m gnp
1616

1717
# run app directly from local repo (with current dir at top of repo)

0 commit comments

Comments
 (0)
0