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

Merge pull request #15 from brauner/master

README: update
This commit is contained in:
Stéphane Graber
2018-02-14 12:33:46 -05:00
committed by GitHub
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
```