Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 547 Bytes

INSTALLING.md

File metadata and controls

15 lines (11 loc) · 547 Bytes

singularity-stack requires:

  • Python >= 3.6
  • pyyaml
  • python-daemon

If you already have these on your target system, great! Simply clone this repository and invoke the singularity-stack.py script directly. Otherwise, the release tarballs include a self-contained package generated by PyInstaller. After downloading the tarball, unpack it and alias singularity-stack in your shell:

tar xzf singularity-stack-0.1.tar.gz
alias singularity-stack=`readlink -f singularity-stack-0.1/singularity-stack-0.1`