2013年9月17日 星期二

python project install dependencies library

from setuptools import setup                                                

setup(
    name='project_name',
    install_requires=[
        'sqlalchemy',
    ] 
)


# python setup.py install

沒有留言:

張貼留言