Update start.sh

This commit is contained in:
Barbariskaa 2023-05-31 07:27:40 +03:00 committed by GitHub
parent dc3b136cc7
commit 697d34715f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
python -m venv venv
source venv/bin/activate
source venv/bin/activate # Команда на случай если ругается на venv: sudo apt install python3.10-venv
pip install -r requirements.txt
python main.py