# HG changeset patch # User Jeff Hammel # Date 1512238945 28800 # Node ID 38fe99071b11b5313e04ad98c918865e21be9e4f # Parent 161030d8cd4e2784f5cd77e41370f9dad74f95d5 [documentation] install editable instructions that work diff -r 161030d8cd4e -r 38fe99071b11 README.txt --- a/README.txt Sat Dec 02 10:21:18 2017 -0800 +++ b/README.txt Sat Dec 02 10:22:25 2017 -0800 @@ -18,6 +18,10 @@ For `h5py` you may need your `python-dev` package and or `libhdf5-dev`. For `scipy` you need Lapack. +You may install these with python 3.6 using:: + + pip install -e . + Links -----