1
0
mirror of https://github.com/lxc/python2-lxc.git synced 2026-02-05 09:48:07 +01:00

README: update

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner
2018-02-14 18:30:12 +01:00
parent 18a58774e9
commit 628a898132
2 changed files with 19 additions and 5 deletions

5
README
View File

@@ -1,5 +0,0 @@
These are lxc bindings for python2.
Build: python setup.py build
Install: python setup.py install
Build rpm: python setup.py bdist_rpm

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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
```