Installing gsf¶
Requirements¶
- astropy
- Pandas
- multiprocess
- lmfit (no older than ver1.0.0)
- emcee (no older than ver3.0.0)
- python-fsps (ver0.3.0)
- fsps
To run stellar population model, users need to install fsps by following their instruction.
Installation¶
Required packages will be installed by;
pip install -r requirements.txt
Or if users want to create a new conda environment, execute the following command;
conda create --name environment.yml