docs/
- Documentation (you are here!)
Make sure you have the following dependencies installed on your system:
git
- Docker
- Python 3.10 or higher (if you do not wish to use docker)
Then run:
git clone https://github.com/CGBassPlayer/seedtuber.git
cd seedtuber
# Run with docker compose
docker compose -f docker-compose.dev.yml up
docker-compose -f docker-compose.dev.yml up # Old syntax
# OR run locally
python3 main.py