-
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation, updates & uninstalling
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 |
Watch YouTube tutorial
Use pip install init-film to install the latest version of init-film.
- Download the repo by using
git clone https://github.com/andreasdelabie/init-filmor download the zip folder from the releases . - Navigate to the folder by using
cd [path to folder]or using a file explorer. - Use
pip install .to install the script.
Use pip install --upgrade init-film to update to the latest version of init-film.
Use pip uninstall init-film to fully uninstall init-film from your system.
- Make sure you have any of the Python versions specified in the Above table .
- Install
pipxusing the instructions for your OS on their GitHub repository .
Use pipx install init-film to install the latest version of init-film.
- Download the repo by using
git clone https://github.com/andreasdelabie/init-filmor download the zip folder from the releases . - Navigate to the folder by using
cd [path to folder]or using a file explorer. - Use
pipx install .to install the script.
Use pipx upgrade init-film to update to the latest version of init-film.
Use pipx uninstall init-film to fully uninstall init-film from your system.
Copyright (C) 2025 Andreas Delabie
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.