Skip to content
Snippets Groups Projects
Commit 2257456d authored by Draisma, Arjan's avatar Draisma, Arjan
Browse files

update readme

parent 54a9b978
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ That part is up to you :) ...@@ -21,6 +21,7 @@ That part is up to you :)
- [Quick start](#quick-start) - [Quick start](#quick-start)
- [Why should I use this?](#why-should-i-use-this) - [Why should I use this?](#why-should-i-use-this)
- [What is included in this repository?](#what-is-included-in-this-repository) - [What is included in this repository?](#what-is-included-in-this-repository)
- [Guide to elements introduced here](#guide-to-elements-introduced-here)
## Quick start: ## Quick start:
...@@ -92,6 +93,8 @@ These elements will help you in the future if you want to make an application th ...@@ -92,6 +93,8 @@ These elements will help you in the future if you want to make an application th
- A pyproject.toml file - A pyproject.toml file
- A requirements.txt file - A requirements.txt file
## Guide to elements introduced here
### Requirements (requirements.txt) ### Requirements (requirements.txt)
When you write code, you will likely use external libraries to do certain tasks that are either complex, or you do not want to re-implement. When you write code, you will likely use external libraries to do certain tasks that are either complex, or you do not want to re-implement.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment