I added a requirements.txt to help people get started with your PINNs repository.
That way, they can run pip3 install -r requirements.txt to get their virtual environment started.
I added a .gitignore file specific to python to prevent pycache folders to find their way into the repository.
Additionally, I removed the old pycache folder.
Hello @maziarraissi,
I added a requirements.txt to help people get started with your PINNs repository. That way, they can run
pip3 install -r requirements.txt
to get their virtual environment started.I added a .gitignore file specific to python to prevent pycache folders to find their way into the repository.
Additionally, I removed the old pycache folder.
Hope this is helpful.