File: install.py

package info (click to toggle)
macaulay2-jupyter-kernel 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,852 kB
  • sloc: python: 148; makefile: 20
file content (4 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
if __name__ == '__main__':
    raise RuntimeError(
        "'python3 -m m2_kernel.install' is no longer supported;\n"
        "  use 'python3 -m m2_kernel install' (' ' instead of '.') instead")