Skip to content

Commit 36896b8

Browse files
author
Jan Schaffranek
committed
Updated README
1 parent de8482b commit 36896b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
This is a template for Python projects. What you get:
1111

12+
- Source code, test code and application code seperated in different directories
13+
- Dependencies listed in requirements files
14+
- Different tasks seperated by [Make](https://www.gnu.org/software/make/) tasks.
1215
- External libraries installed and managed by [Pip](https://pypi.org/project/pip/) or [Conda](https://anaconda.com/)
1316
- Setup for tests using [Pytest](https://docs.pytest.org/en/stable/)
1417
- Continuous testing with [Travis-CI](https://travis-ci.org/)
@@ -19,6 +22,9 @@ This is a template for Python projects. What you get:
1922
## Structure
2023
``` text
2124
├── setup.py
25+
├── Makefile
26+
├── requirements.txt
27+
├── requirements-dev.txt
2228
└── documentation
2329
│   └── Makefile
2430
├── fastvector

0 commit comments

Comments
 (0)