PyHamilton now comes with automated tools that vastly simplify installation and running your first script. Thank you for your patience to all our early users who worked through the manual installation.
You should now be able to run the following code in your terminal to go from installation to running a working pyhamilton script:
Hey Stefan, great idea to put this onto pip. Would it be possible to make it a conda package too? When I tried to install it on my work machine (which does not have admin etc), the pip package cannot install due to permissions, but conda normally works in these situations.
Actually, depending on the error you may be able to solve this in a different way. Have you tried git cloning and then doing a pip local install eg “pip install -e .” in the repo directory?