PrincetonUniversity / Iseult

Python plotting program for Tristan-MP
https://princetonuniversity.github.io/Iseult/
GNU General Public License v3.0
7 stars 7 forks source link

Add Anaconda Environment file #17

Closed bcaddy closed 3 months ago

bcaddy commented 3 months ago

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.

bcaddy commented 3 months ago

@ntoles, I added some more setup information and options. Better now?