mirror of
https://github.com/lxc/python3-lxc.git
synced 2026-02-05 18:48:46 +01:00
20 lines
274 B
Markdown
20 lines
274 B
Markdown
# python3-lxc
|
|
|
|
This repository provides python3 bindings for the [LXC](https://github.com/lxc/lxc)
|
|
container API.
|
|
|
|
# Build
|
|
|
|
- Build:
|
|
```
|
|
python3 setup.py build
|
|
```
|
|
- Install:
|
|
```
|
|
python3 setup.py install
|
|
```
|
|
- Build rpm:
|
|
```
|
|
python3 setup.py bdist_rpm
|
|
```
|