Installing individual components

Instead of installing all Riptide components via the riptide-all package, you can also install individual parts of Riptide separately. Make sure to activate the virtualenv first before installing these components.

Core components:

$ pip3 install riptide-proxy riptide-cli riptide-engine-docker

Database drivers, additional support for database management:

$ pip3 install riptide-db-mysql # MySQL

Plugins, used to integrate Riptide better with special needs of some programming languages or frameworks:

$ pip3 install riptide-plugin-php-xdebug # Required for the PHP debugger Xdebug

See also: Development.