To avoid the issue with it being unclear which versions of which packages work with Iseult this adds an environment.yml file which indicates which versions are used and allows easy creation of an anaconda environment with the proper versions of the packages. I also updated the readme with new instructions for using this.
Other
I also updated the .gitignore file to ignore a bunch of standard files and directories that shouldn't be tracked.
Summary
To avoid the issue with it being unclear which versions of which packages work with Iseult this adds an
environment.yml
file which indicates which versions are used and allows easy creation of an anaconda environment with the proper versions of the packages. I also updated the readme with new instructions for using this.Other
I also updated the
.gitignore
file to ignore a bunch of standard files and directories that shouldn't be tracked.