On 2020-12-08 18:29:33 + (+), Cort, Brian wrote:
> We were trying to create an automated installation process. As
> part of this, our software deployment team has requested the
> installation instructions, which I was unable to locate. Can you
> help by pointing me towards them?
The most o
Hi,
I'm afraid this isn't the right mailing list for installation instructions
for Python; this is a technical mailing list for discussing the Python
mechanisms for building installable packages for Python libraries.
Instructions on automated installs for Python depend very much on what OS
you ar
I've been working on ensconced which lets you use a SConstruct to build. It
is easier than customizing distutils.
https://github.com/dholth/pysdl2-cffi/blob/master/SConstruct is the most
code-generation-y project. Its build might be a little out of date and it
has an independent setup.py building
Hello,
We were trying to create an automated installation process.
As part of this, our software deployment team has requested the installation
instructions, which I was unable to locate.
Can you help by pointing me towards them?
Thank you,
Brian
Brian Cort | Application Analyst
Kroger Technol
Hello
I have a project with a fairly involved build process where we generate
C++ via a python-clang-based code analyser, generates Python bindings
for the resulting C++ API with SWIG, and finally compile and link to
create various .so's and .py files.
I'd like to package things up with a setup.p