mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-06-12 12:47:37 +02:00
install dependencies with poetry
This commit is contained in:
@ -11,4 +11,12 @@ source ~/.profile
|
||||
|
||||
printf "Installing poetry for the current user...\n"
|
||||
|
||||
pipx install poetry
|
||||
pipx install poetry
|
||||
|
||||
printf "Starting Redis...\n"
|
||||
|
||||
docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
|
||||
|
||||
printf "Installing dependencies...\n"
|
||||
|
||||
poetry install --all-extras
|
Reference in New Issue
Block a user