Skip to content

Commit

Permalink
fix: tags
Browse files Browse the repository at this point in the history
  • Loading branch information
akynazh committed Apr 26, 2024
1 parent 2ba649a commit daf8e5f
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 154 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ Finally, run the bot: (files such as records and logs are located in `~/.tg_sear
```sh
# op1. docker-compose
docker-compose up -d
# op2. simple way (Python >=3.10)
# op2. simple way (Python >=3.9)
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.9.13 for development. Please use python <= 3.9 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
cd tg-search-bot
~/.pyenv/versions/3.10.9/bin/python -m venv .venv
~/.pyenv/versions/3.9.13/bin/python -m venv .venv
source ./.venv/bin/activate
pip3 install -r requirements.txt
```
Expand Down
Loading

0 comments on commit daf8e5f

Please sign in to comment.