Commit graph

6 commits

Author SHA1 Message Date
f4c4eace8d
Add section on presentation mode 2020-10-12 22:51:32 +02:00
1899a814c0
Add initial version of chapter 00 2020-10-12 22:02:22 +02:00
3632606251
Add ToC section 2020-10-12 21:42:29 +02:00
dff18c86a8
Add contributing section 2020-10-12 21:40:46 +02:00
f6fe831039
Add installation sections
- add section "Installation"
  + explain how Anaconda is set up
  + include many screenshots
  + explain how the repo is downloaded as a zip archive
- add a section "Alternative Installation"
  + explain how git, poetry, and pyenv can be used
    to set up the project as well
  + explain what a CLI is (with screenshots)
2020-10-12 15:21:39 +02:00
057a9229d5
Initial commit
- add the following files:
  + LICENSE.txt => use MIT license as the project should be
                   accessible to anybody who wants to learn Python
  + README.md => provide a rough description of the project
  + pyproject.toml => initialize poetry and the add project metadata
  + poetry.lock => initialize poetry
  + .gitignore => hide pyenv and poetry artifacts
  + static/link/ => folder holding images for links
- for the pre-2020 version of the files, check out the "v0.0.0" tag
2020-09-30 16:04:36 +02:00