Skip to content
Snippets Groups Projects
Unverified Commit 2a757799 authored by Arjan Draisma (wur)'s avatar Arjan Draisma (wur) Committed by GitHub
Browse files

Update README.md

parent ad061153
No related branches found
No related tags found
No related merge requests found
...@@ -120,9 +120,9 @@ Your software might not end up as a package that will be installed by other peop ...@@ -120,9 +120,9 @@ Your software might not end up as a package that will be installed by other peop
## What is included in this repository? ## What is included in this repository?
- Everything that is included in the [Mini repository](https://github.com/adraismawur/python-template-mini) - Everything that is included in the [Mini repository](https://github.com/adraismawur/python-template-mini)
- A [README](#a-readme-file) file - A README file
- A (copyleft) [license](#a-license) - A (copyleft) license
- A basic [folder structure](#folder-structure) - A basic folder structure
- A .gitignore file - A .gitignore file
- A pyproject.toml file - A pyproject.toml file
- A requirements.txt file - A requirements.txt file
...@@ -131,4 +131,6 @@ Your software might not end up as a package that will be installed by other peop ...@@ -131,4 +131,6 @@ Your software might not end up as a package that will be installed by other peop
TODO TODO
### requirements.txt ### requirements.txt
TODO A requirements file makes it easy for people to automatically install the same dependencies you used to develop and run your application.
You can also fix your requirements to specific version numbers to ensure that people can use the exact same dependencies and re-produce your work.
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