PORTPY is a portable framework designed for Python, specifically tailored to run on 64-bit versions of Windows 7, 8, 10, and 11. Unfortunately, PORTPY is not compatible with 32-bit systems.
PORTPY.ZIP file.PORTPY.EXE file to launch the framework.To install libraries in PORTPY, follow these steps:
You can install libraries using several methods:
NumPy.Numpy==1.19.5.torch –index-url https://download.pytorch.org/whl/cu124
.whl file, e.g.,
https://download.pytorch.org/whl/cpu/torchvision-0.19.1%2Bcpu-cp312-cp312-win_amd64.whl#sha256=8c826a6bd5aca0ec09f1d7122a5491527ad3eb7d733fc81281be6f0c75f9783c
.whl file downloaded on your system, e.g.,
C:/some-dir/some-file.whl
requirements.txt file from your project. (Note: This feature may be under development in early versions.)PORTPY automatically sets the default Python path to your project's directory, ensuring that all related folders and files are easily accessible. Simply press the Run button to execute your project. (You may need to install some libraries as required.)
Stay tuned for the next version of PORTPY, where we will introduce even more exciting features to enhance your development experience.