mirror of
https://github.com/jcreek/Sarpy.git
synced 2026-07-13 03:03:43 +00:00
add sarpy v1 venv
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!c:\users\jcreek\documents\github\sarpy\sarpy\scripts\python.exe
|
||||
# -*- coding: UTF-8 -*-
|
||||
from __future__ import print_function, division, absolute_import
|
||||
|
||||
from numba.misc.numba_entry import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user