Skip to content

Commit db4fade

Browse files
committed
doc [skip ci]
1 parent 7a886af commit db4fade

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ Numpy and AstroPy are optional; algorithms from Vallado and Meeus are used if As
3333

3434
## Install
3535

36-
If you choose to do the hard install as below, you will need Numpy.
37-
Only the development install allows missing Numpy.
38-
3936
```sh
4037
python3 -m pip install pymap3d
4138
```
@@ -125,7 +122,7 @@ Abbreviations:
125122

126123
As compared to [PyProj](https://github.com/jswhit/pyproj):
127124

128-
* PyMap3D does not require anything beyond pure Python -- not even Numpy is required for basic functions.
125+
* PyMap3D does not require anything beyond pure Python -- not even Numpy is required except for ECI (let us know if this is an issue).
129126
* PyMap3D API is similar to Matlab Mapping Toolbox, while PyProj's interface is quite distinct
130127
* PyMap3D intrinsically handles local coordinate systems such as ENU,
131128
while PyProj ENU requires some [additional effort](https://github.com/jswhit/pyproj/issues/105).

0 commit comments

Comments
 (0)