Fire Dynamics Simulator Python
Project description
# fdspy
Python tools for [Fire Dynamics Simulator](https://github.com/firemodels/fds).
## Getting Started
Python 3.6 or later is required.
### Installation
Chose one of the following installation path.
[Python](https://www.python.org/downloads/) 3.7 or later is required. [Anaconda Distribution](https://www.anaconda.com/distribution/#download-section) is recommended for new starters, it includes Python and few useful packages including a package management tool pip (see below).
[pip](https://pypi.org/) is a package management system for installing and updating Python packages. pip comes with Python, so you get pip simply by installing Python. On Ubuntu and Fedora Linux, you can simply use your system package manager to install the python3-pip package. [The Hitchhiker’s Guide to Python](https://docs.python-guide.org/starting/installation/) provides some guidance on how to install Python on your system if it isn’t already; you can also install Python directly from [python.org](https://www.python.org/getit/). You might want to [upgrade pip](https://pip.pypa.io/en/stable/installing/) before using it to install other programs.
to use pip install from PyPI:
[![Downloads](https://pepy.tech/badge/fdspy)](https://pepy.tech/project/fdspy)
`sh pip install --upgrade fdspy `
to use pip install from GitHub (requires [git](https://git-scm.com/downloads)):
Note installing `fdspy` via this route will include the latest commits/changes to the library.
`sh pip install --upgrade "git+https://github.com/fsepy/fdspy.git@master" `
### Usage
todo
#### FDS Job Scheduler
todo
#### Generate Devices in Defined Domain
todo
#### MTR Calculation
todo
## Authors
Yan Fu - fuyans@gmail.com
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.