Installation#

PYPI distribution#

To install the PYPI distribution:

pip install neural-diffeqs

Developer version#

Alternatively, install the developer version:

git clone https://github.com/mvinyard/neural-diffeqs.git; cd neural-diffeqs;
pip install -e .