From ba7b78e211ac282379d6530a859baec7d31ad86c Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 27 Nov 2024 15:55:46 +1100 Subject: [PATCH] MAINT: review README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e536d161..a1530e52 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Next you can install quantecon by opening a terminal prompt and typing pip install quantecon +or using conda-forge by typing + + conda install -c conda-forge quantecon + ## Usage Once `quantecon` has been installed you should be able to import it as follows: @@ -78,3 +82,7 @@ number = {93}, pages = {5585} } ``` + +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=quantecon/quantecon.py&type=Date)](https://star-history.com/#quantecon/quantecon.py&Date)