Deploying your PyXLL Add-in
This tutorial will show you how you can distribute your PyXLL add-in to other users within your organization,
even if they are not Python users and do not already have Python installed.
Also see Deploying your add-in in the user guide.
- 00:00 - Intro
- 01:18 - A word on licensing
- 01:54 - Let’s get started!
- 06:20 - Virtual Python environments
- 07:32 - Requirements.txt
- 08:49 - Start with a clean Python env
- 10:28 - Installing requirements
- 11:48 - Getting PyXLL ready for deployment
- 13:34 - License keys
- 15:03 - Manual deployment
- 19:09 - Scripting the deployment
- 23:46 - Config options and auto-updating
- 29:43 - Wrapping up