Assuming you meant to ask about installing packages with pip (Python Package Installer), here's how you can do it:
Before you attempt to install any package from PSNDL.net, you must ensure your system is ready. Installing official Sony packages on a non-jailbroken console will simply result in an error or require a firmware update.
- name: Install from psndlnet
run: |
pip install --index-url https://psndlnet.example.com/simple/ --extra-index-url https://pypi.org/simple/ -r requirements.txt
env:
PIP_EXTRA_INDEX_URL: https://psndlnet:$ secrets.PSDNLNET_TOKEN @psndlnet.example.com/simple/
Install multiple packages
psndlnet packages install pkg1 pkg2 pkg3 psndlnet packages install
Force reinstall
psndlnet packages install --force <package-name>
Install from a specific channel/release
psndlnet packages install --channel stable <package-name> Assuming you meant to ask about installing packages
While PSNDL indexes official links, the act of installing these packages on a jailbroken console typically violates Sony’s Terms of Service. However, here is the nuance:
.pkg from an unverified third-party link. PSNDL’s direct links go to gs2.ww.prod.dl.playstation.net (Sony’s server), which is safe. However, many forums will re-host modified PKGs. Scan every custom PKG with antivirus software before transfer.Golden Rule for PSNDL: Always verify the Title ID and Firmware Requirement before hitting download. Common Options
In your project root, create a .npmrc file:
registry=https://psndlnet.example.com/npm/
//psndlnet.example.com/npm/:_authToken=$PSDNLNET_NPM_TOKEN
Then install as usual:
npm install
Before installing psndlnet, ensure you have the following: