Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Oct 7, 2023
1 parent e320967 commit ef1a33a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.PHONY: install

run-container:
docker-compose up -d --build

install:
pip install --no-deps -U pytgcalls==3.0.0.dev24 tgcalls==3.0.0.dev6
pip install -r requirements-dev.txt
Expand All @@ -10,8 +15,8 @@ lint:
pylint --recursive yes --jobs=4 .

session:
python3 ./session/session.py
python ./session/session.py

start:
python3 -m bot
start: install
python -m bot

0 comments on commit ef1a33a

Please sign in to comment.