]> git.parisson.com Git - piplayer.git/commitdiff
cleaup setup
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 25 Jul 2013 16:31:07 +0000 (18:31 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 25 Jul 2013 16:31:07 +0000 (18:31 +0200)
README.md
setup.py

index 7014d3f94ca6a18c29910b86f7781c1b4889df41..5e26a1e76e8820039cd53dc514ce026f5dfd1529 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,7 +33,14 @@ GPIO
  * stop channel : 24
  * stop method : PUD_DOWN between PIN 1 (3.3V Power) and PIN 18 (GPIO 24)
 
+INSTALL
+--------
+
+ $ sudp python setup.py install 
+
+
 DAEMON
 -------
 
-See etc/
+ $ cp -ra etc/* /etc/
+ $ update-rc.d piplayer defaults 5 1
\ No newline at end of file
index 2e4e7ee346e8005217c5204caeaca7616b4d3beb..15f2c27bb4b33f5d24fbe4fb6cd4b6fcba919eb6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,6 @@
 # -*- coding: utf-8 -*-
 
 from setuptools import setup, find_packages
-import os
 
 
 CLASSIFIERS = [
@@ -35,6 +34,3 @@ setup(
   zip_safe = False,
   scripts = ['scripts/piplayer'],
 )
-
-os.system('cp -ra etc/* /etc/')
-os.system('update-rc.d piplayer defaults 5 1')