Changeset 1295
- Timestamp:
- 12/15/2011 11:57:14 AM (6 months ago)
- Files:
-
- PythonPackages/develop_all.py (modified) (1 diff)
- PythonPackages/install_all.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PythonPackages/develop_all.py
r939 r1295 1 try: 2 import setuptools 3 except: 4 print('you should have setuptools installed (http://pypi.python.org/pypi/setuptools), for some Linux distribs you can get it via [sudo] apt-get install python-setuptools') 5 print('press Enter for exit...') 6 raw_input() 7 exit() 8 1 9 import os, sys 2 10 for moduleName in ['DerApproximator', 'FuncDesigner', 'OpenOpt', 'SpaceFuncs']: PythonPackages/install_all.py
r939 r1295 1 try: 2 import setuptools 3 except: 4 print('you should have setuptools installed (http://pypi.python.org/pypi/setuptools), for some Linux distribs you can get it via [sudo] apt-get install python-setuptools') 5 print('press Enter for exit...') 6 raw_input() 7 exit() 8 1 9 import os, sys 2 10 for moduleName in ['DerApproximator', 'FuncDesigner', 'OpenOpt', 'SpaceFuncs']:
