From 1df234e4ff81a56454344e5f8546b8008828977c Mon Sep 17 00:00:00 2001 From: paulvxx <89420434+paulvxx@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:14:51 -0600 Subject: [PATCH] Update pyPI_guide.txt --- pyPI_guide.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pyPI_guide.txt b/pyPI_guide.txt index 818723e..3f38a03 100644 --- a/pyPI_guide.txt +++ b/pyPI_guide.txt @@ -4,6 +4,7 @@ The instructions below will guide you through on how to transfer the current Pyt You need to follow the following instructions to be able to publish Python Packages to the packaging index. This will enable anyone (or a select number of users in case of a private package) to pip install your package. +IMPORTANT NOTE: Ensure the shared shared object files have been compiled. See the "Build instructions" in the README for more information. 1. Ensure pip is installed by running: