Skip to content

Commit

Permalink
readme: fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
akynazh committed Feb 16, 2024
1 parent 7491ee7 commit 8642cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pip install -r requirements.txt && python3 bot.py

## Development

I use python-3.10.9 for development. Please use python >= 3.10 for development. In addition, it is recommended to use python virtual environment development to avoid unnecessary problems. The following are my development steps for reference only:
I use python-3.10.9 for development. Please use python <= 3.10 for development. In addition, it is recommended to use python virtual environment development to avoid unnecessary problems. The following are my development steps for reference only:

```shell
git clone https://github.com/akynazh/tg-search-bot.git
Expand Down

0 comments on commit 8642cd1

Please sign in to comment.