Skip to content

Commit

Permalink
Merge pull request geospace-code#2 from brethvoice/patch-1
Browse files Browse the repository at this point in the history
Link to using conda environments successfully from MATLAB
  • Loading branch information
scivision authored Sep 2, 2020
2 parents 9b94342 + db461b9 commit a19da72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ The full set of Python conversions are accessed from Matlab ≥ R2014b by comma
```matlab
lla = py.pymap3d.geodetic2ecef(x,y,z)
```
If using `conda` environment to install `pymap3d`, you will need to follow these instructions to make it load:
https://www.mathworks.com/matlabcentral/answers/443558-matlab-crashes-when-using-conda-environment-other-than-base#answer_486374

0 comments on commit a19da72

Please sign in to comment.