summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa944df..6e06a74 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Implementing the text recognizer project from the course ["Full Stack Deep Learn
Install poetry and pyenv.
```sh
-pyenv local 3.9.\*
+pyenv local 3.9.*
make check
make install
```