ESMG / gridtools

A collection of grid generation tools.
Other
17 stars 15 forks source link

Installation and GridApp Tutorial #3

Closed jsimkins2 closed 3 years ago

jsimkins2 commented 3 years ago
jr3cermak commented 3 years ago

Add to ~/src/gridtools/.gitignore:

# Ignore MacOSX items
.DS_Store

For installation instructions (3.1?), python setup.py install is not a recommended practice anymore. Encourage: python -m php install .

I have spent several hours trying to get both patterns to work equally and it is impossible.

setup.py wants git repo references in one pattern pip wants git repo references in a different pattern

So, we should support the pip way of things. I have seen few comments indicating the state of the python packaging is not in a real good state at the moment.