diff options
author | Thomas Graf <tgraf@suug.ch> | 2011-08-12 08:45:47 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2011-08-12 08:45:47 (GMT) |
commit | 23333e5e354cc89cf036e16551957710480d511e (patch) | |
tree | 1314fe4b5e913f62d62adcdf5bb829eed44abdfa /python/README | |
parent | d8d96bb2365f28ee3f519d610aced5d0c1e71c3d (diff) | |
download | libnl-23333e5e354cc89cf036e16551957710480d511e.zip libnl-23333e5e354cc89cf036e16551957710480d511e.tar.gz libnl-23333e5e354cc89cf036e16551957710480d511e.tar.bz2 |
python: Include python/ in distribution and provide a README on how to build & install
Diffstat (limited to 'python/README')
-rw-r--r-- | python/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/README b/python/README new file mode 100644 index 0000000..4ccc337 --- /dev/null +++ b/python/README @@ -0,0 +1,12 @@ + +*************************************************************************** + +NOTE: The python wrapper is experimental and may or may not work. + +*************************************************************************** + +For the brave: + + (requires an installed libnl) + - $ python ./setup.py build + - $ sudo python ./setup.py install |