summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 19:40:32 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-25 19:40:32 +0100
commit5b0ec70b08f6afae8c575aa06993e258a358775d (patch)
treefa003511b6950b04496f48fdbadf86c523f2ee87
parentaf39d7d35ea08f16d02a7a779b90049c514e8c86 (diff)
chore: remove subsubsections in prerequisite
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index 8eae924..fa944df 100644
--- a/README.md
+++ b/README.md
@@ -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