Setup

This page contains instructions on how to set up your files to use Templux.

Python Modules

The required modules for Templux are:

Install these with the command pip install <package> or use the file requirements.txt, and do pip install -r requirements.txt

Download Module

First, you need to download the pre-written Templux module.

You have two options:

Take the folder named templux and delete everything else.

File Structure

Setup your files in this format:

templux      # The folder that was downloaded
filename.py   # Python file which will be run

Back to documentation home