A bond valuation webapp in Python
A bond valuation webapp in Python.
Clone this repository :
git clone https://github.com/romaincaraes/bond-valuation-python
cd bond-valuation-python
You may want to use a virtual environment to keep a clean Python installation :
python3 -m venv venv/
source venv/bin/activate
Install the required dependencies :
pip3 install -r requirements.txt
To use the Bond Valuation web app, run the bond.py script in bond-valuation/ folder :
cd bond-valuation
streamlit run bond.py
A new tab should open in your browser :
All the Python packages needed are listed in requirements.txt and on the Dependency Graph page.
This project is licensed under the MIT License.
See also the GitHub Contributors page.