mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-04 12:45:06 +08:00
10 lines
281 B
Python
Executable File
10 lines
281 B
Python
Executable File
#!/Users/fawce/projects/quantopian/qsim/.pyenv/bin/python
|
|
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==1.0.2','console_scripts','pip'
|
|
__requires__ = 'pip==1.0.2'
|
|
import sys
|
|
from pkg_resources import load_entry_point
|
|
|
|
sys.exit(
|
|
load_entry_point('pip==1.0.2', 'console_scripts', 'pip')()
|
|
)
|