-
Notifications
You must be signed in to change notification settings - Fork 0
fix: read.me #458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
fix: read.me #458
Conversation
| * 🐍 Install poetry with command `pip install poetry` | ||
| Before installing dependencies, make sure that you have python 3.11 (see the recommendations section below) | ||
|
|
||
| * 🐍 Install poetry with command `pip install poetry==1.2.2` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
poetry shell после установки поетри нужно запустить чтобы вирутальное окружение создалось
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
докину
README.md
Outdated
| Install Python 3.11: | ||
|
|
||
| ```zsh | ||
| pyenv install 3.11.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
можно просто 3.11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
поправил
README.md
Outdated
| To set Python 3.11 as the default global version, use the following command: | ||
|
|
||
| ```zsh | ||
| pyenv global 3.11.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
не не, лучше pyenv local 3.11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
поправил
Fix read.me
poetry + read.me
изменения в руководству запуска и poetry
Тестирование
Опишите, как тестировали свои изменения. Например, какие тесты проходят, а какие нет.
Проверка кода
Опишите, как проверить ваш код.
Дополнительная информация
Здесь вы можете добавить какую-либо дополнительную информацию о своих изменениях.