10 lines
406 B
Markdown
10 lines
406 B
Markdown
## Setting up the environment (Windows)
|
|
|
|
1. Run `python setup_venv.py` to create the virtual environment and install dependencies.
|
|
2. To activate the virtual environment, run `activate_venv` in the Windows Terminal.
|
|
3. To deactivate the virtual environment, simply type `deactivate`.
|
|
|
|
|
|
## Running the code (Any)
|
|
1. Run telegram_inference_bot.py after entering the environment
|
|
2. now we're cooking with gas! |