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 41adc4d
Show file tree
Hide file tree
Showing 3,814 changed files with 3 additions and 659,955 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__pycache__
.vscode
.DS_Store
.idea
.idea
/venv
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
247 changes: 0 additions & 247 deletions venv/bin/Activate.ps1

This file was deleted.

69 changes: 0 additions & 69 deletions venv/bin/activate

This file was deleted.

26 changes: 0 additions & 26 deletions venv/bin/activate.csh

This file was deleted.

Loading

0 comments on commit 41adc4d

Please sign in to comment.