We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28f5e9 commit 360501fCopy full SHA for 360501f
setup.py
@@ -4,6 +4,10 @@
4
#Aides : Using set-me-up.py from https://gist.github.com/ojii/3906682 ,
5
#Aides : The generator "set-me-up.py" need a "__init__.py" file in the main root directorie to work .
6
7
+#HOW INSTALL AND USE THIS PROJECT:
8
+#in the console : sudo python setup.py install
9
+#And all the depencies will be installed with the Project
10
+
11
from setuptools import setup, find_packages
12
13
setup(
0 commit comments