Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 540 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 540 Bytes

pymod

Installation

pip install pymod

Usage

Indirect (recommended)

  • invoke shell function under profile.d
pymod info
pymod use cuda cudnn

Direct

  • take advantage of shell command substitution
    • bash: $(pymod use cuda cudnn)
    • fish: eval (pymod use cuda cudnn)

Features

  • search for packages
pymod info cud
# Did you mean cuda or cudnn or cuda9 ?
pymod info cuda
# Avaiable Package `cuda-10.0` (cuda)