Hello all,
Before I begin, this issue is urgent to my situation, but I know I am not special or deserve special attention. That being said, any immediate help is greatly greatly appreciated!
For security reasons at my current job, our dev machines are offline. I have just taken on a new project of converting old VBA script to python scripts and I need to get python on my windows machine (offline).
What I have does thus far: I have downloaded python 2.7.16 which is a .msi file to run on windows. AND I have also downloaded the openpyxl 2.6.2 source files (the .tar) files.
I want to install python and be able to use openpyxl package in my development. I will be also installing another package named pyinstaller which takes a python project and bundles it into an executable for use on other machines.
I want to ensure that I will be able to install and use everything, but I do not know how to do this. I have searched around but haven't found a whole lot on installing packages locally on a machine without internet. To clarify, I downloaded the packages on another machine with internet, and transferred those files to the development machine, but now I need to set up a working python environment with the packages installed.
Thank you in advanced,
Please help!