1
0
mirror of https://github.com/lxc/python2-lxc.git synced 2026-02-05 18:48:35 +01:00
Files
python2-lxc/README.md
Christian Brauner 628a898132 README: update
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-02-14 18:32:51 +01:00

20 lines
271 B
Markdown

# python2-lxc
This repository provides python2 bindings for the [LXC](https://github.com/lxc/lxc)
container API.
# Build
- Build:
```
python setup.py build
```
- Install:
```
python setup.py install
```
- Build rpm:
```
python setup.py bdist_rpm
```