Skip to content

Installation, updates & uninstalling

Andreas Delabie edited this page Feb 8, 2026 · 12 revisions

Before installing

Make sure you have any of the following Python versions installed (tested with tox):

Version Comments
3.14 recommended
3.13
3.12
3.11
3.10

Installation

Method 1 (from PyPi)

Watch YouTube tutorial
Use pip install init-film to install the latest version of init-film.

Method 2 (from source)

Watch YouTube tutorial

  1. Download the repo by using git clone https://github.com/andreasdelabie/init-film or download the zip folder from the releases .
  2. Navigate to the folder by using cd [path to folder] or using a file explorer.
  3. Use pip install . to install the script.

Updating

Use pip install --upgrade init-film to update to the latest version of init-film.

Uninstalling

Use pip uninstall init-film to fully uninstall init-film from your system.


Error: externally-managed-environment

Error

Watch YouTube tutorial

Before installing

  1. Make sure you have any of the Python versions specified in the Above table .
  2. Install pipx using the instructions for your OS on their GitHub repository .

Installation

Method 1 (from PyPi)

Use pipx install init-film to install the latest version of init-film.

Method 2 (from source)

  1. Download the repo by using git clone https://github.com/andreasdelabie/init-film or download the zip folder from the releases .
  2. Navigate to the folder by using cd [path to folder] or using a file explorer.
  3. Use pipx install . to install the script.

Updating

Use pipx upgrade init-film to update to the latest version of init-film.

Uninstalling

Use pipx uninstall init-film to fully uninstall init-film from your system.