Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 274 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 274 Bytes

python3-lxc

This repository provides python3 bindings for the LXC container API.

Build

  • Build:
    python3 setup.py build
    
  • Install:
    python3 setup.py install
    
  • Build rpm:
    python3 setup.py bdist_rpm