Metadata-Version: 2.1
Name: BMSS
Version: 2.0.1
Summary: A package for dyanmic model analysis.
Home-page: https://github.com/EngBioNUS/BMSS2
Author: Russell Ngo
Author-email: biernjk@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# BMSS2

## Recommended IDE
Spyder IDE from Anaconda Distribution [Anaconda Installation]

Recommended: Python 3.7, Other Python versions will be tested soon. 

## Dependencies: 
pip install numpy matplotlib seaborn pandas numba scipy

pip install SALib dnaplotlib


### For Anaconda, all these packages should be available by default in Spyder IDE, else:  
conda install numpy matplotlib seaborn pandas numba scipy



## Optional:
pip install jupyter

### For Anaconda, Jupyter Notebook should be available by default, if not:
conda install jupyter

[Anaconda Installation]: <https://www.anaconda.com/products/individual>

