More than one user/contributor had trouble trying to test or run simple toy scripts. The README is outdated and still says to run `make` and friends. - [ ] Put instructions about installing Go 1.10+ and Python 2.7 - [ ] Update install instructions for development (`setup.py develop`) - [ ] Update install instructions over system (`setup.py install`) - [ ] Remove outdated nonworking instructions - [ ] Put a notice about this being a maintained fork of google/grumpy repo, citing the original issue there
More than one user/contributor had trouble trying to test or run simple toy scripts. The README is outdated and still says to run
makeand friends.setup.py develop)setup.py install)