mirror of
https://github.com/lxc/python2-lxc.git
synced 2026-02-05 09:48:07 +01:00
5
README
5
README
@@ -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
19
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user