diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 19:40:32 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 19:40:32 +0100 |
commit | 5b0ec70b08f6afae8c575aa06993e258a358775d (patch) | |
tree | fa003511b6950b04496f48fdbadf86c523f2ee87 | |
parent | af39d7d35ea08f16d02a7a779b90049c514e8c86 (diff) |
chore: remove subsubsections in prerequisite
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -3,17 +3,11 @@ Implementing the text recognizer project from the course ["Full Stack Deep Learn ## Prerequisite -### pyenv +- [pyenv](https://github.com/pyenv/pyenv) (or similar) and python 3.9.\* installed. -[pyenv](https://github.com/pyenv/pyenv) (or similar) and python 3.9.\* installed. +- [nox](https://nox.thea.codes/en/stable/index.html) for linting, formatting, and testing. -### nox - -[nox](https://nox.thea.codes/en/stable/index.html) for linting, formatting, and testing. - -### Poetry - -[Poetry](https://python-poetry.org/) is a project manager for python. +- [Poetry](https://python-poetry.org/) is a project manager for python. ## Installation |