Guidelines for a good readme file
Useful for readme.md file:
## Installation
Windows:
```markdown
conda env create -f environment_dev.yml
conda activate actionserver
In case environment already exists and you just want to update the packages:
conda env update --file environment_dev.yml
# Examples
# Dearme
- Die [besten readme](<https://calmcode.io/readme-files/dearme-readme.html>) files erstellen! So hebt sich das readme-file ab und wird gelesen!
- [readme.so](<https://readme.so/>)
# mkdocs
- [Einführung](<https://calmcode.io/mkdocs/intro-to-mkdocs.html>) in das Tool mkdocs. Built project documentation website.
- Empfehlung: [readme.so](<https://readme.so/>)