Skip to content

philipbel/Subtitles

Repository files navigation

Subtitles

Build Status

Dependencies

Linux

Debian-Based Distros (Ubuntu, etc.)

Development Packages

sudo apt install make git zip

Install pipenv

sudo pip3 install --upgrade pipenv

Install python3.7

sudo apt install python3.7 python3.7-dev

Install Python Packages

make depends-force

Install packpack

(Optional) Install packpack

curl -s https://packagecloud.io/install/repositories/packpack/packpack/script.deb.sh | sudo bash

Build

make

Tricks

Pipenv

You can create a .venv directory under the project's root directory. Pipenv will automatically use this directory. Furthermore, you will be able to debug with Code.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published