Skip to content

Commit f0fc95f

Browse files
unknownclaude
andcommitted
Add installation instructions and PyPI badge to README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b93d4be commit f0fc95f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
Fundamental algorithms from the field of fire science and fire safety engineering, for computations with Python.
44

5-
Documentation is available here: [![FireSciPy Documentation](https://img.shields.io/badge/docs-online-brightgreen)](https://FireDynamics.github.io/FireSciPy/)
5+
[![FireSciPy Documentation](https://img.shields.io/badge/docs-online-brightgreen)](https://FireDynamics.github.io/FireSciPy/)
6+
[![PyPI version](https://badge.fury.io/py/firescipy.svg)](https://pypi.org/project/firescipy/)
7+
8+
9+
## Installation
10+
11+
```
12+
pip install firescipy
13+
```
614

715
Examples are available in Jupyter notebooks in the [FireSciPy repo on GitHub](https://github.com/FireDynamics/FireSciPy).
816

0 commit comments

Comments
 (0)