update environment summary
This commit is contained in:
parent
df199e670a
commit
f15e90abc7
1 changed files with 2 additions and 4 deletions
|
|
@ -1,13 +1,11 @@
|
|||
poc environment
|
||||
===============
|
||||
|
||||
The poc environment is just a Python (3.x) interpreter with some extras
|
||||
The poc environment is just a Python (2.x) interpreter with some extras
|
||||
preloaded::
|
||||
|
||||
from __future__ import division, print_function
|
||||
from math import *
|
||||
from geotools import *
|
||||
Xform = Transform
|
||||
from occmodel import *
|
||||
from poctools import *
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue