Skip to content

Commit 0739fe5

Browse files
committed
modify backend README comments
1 parent 4b45a5b commit 0739fe5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cat ~/.zprofile
66
source ~/.zshrc
77
pyenv install 3.12.1
88
pyenv local 3.12.1
9-
pyenv versions. -- list all python versions
9+
pyenv versions. # list all python versions
1010
```
1111

1212
```bash install poetry
@@ -21,7 +21,7 @@ poetry env info
2121
```bash install package using poety
2222
poetry add requests
2323
poetry add --group dev pytest black ruff
24-
poetry install -- install all pacckage in pyproject.toml
24+
poetry install #install all pacckage in pyproject.toml
2525
```
2626

2727

0 commit comments

Comments
 (0)