From 5c3deaec6fe235f2f1bd9c256d8a855dffdf8168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Bj=C3=A4rkefur?= Date: Mon, 30 Sep 2024 11:09:10 -0400 Subject: [PATCH] move last links --- src/mdhlp/lint.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mdhlp/lint.md b/src/mdhlp/lint.md index 1e6f553..ab35ad0 100644 --- a/src/mdhlp/lint.md +++ b/src/mdhlp/lint.md @@ -33,6 +33,11 @@ If an _output_file_ is specified with __using__, then the linter will apply the This package is based on the DIME Analytics [Stata Style Guide](https://worldbank.github.io/dime-data-handbook/coding.html#the-dime-analytics-stata-style-guide). +For this command to run, you will need Stata version 16 or greater, Python, and the Python package [Pandas](https://pandas.pydata.org) installed. + +To install Python and integrate it with Stata, refer to [this page](https://blog.stata.com/2020/08/18/stata-python-integration-part-1-setting-up-stata-to-use-python/). + +To install Python packages, refer to [this page](https://blog.stata.com/2020/09/01/stata-python-integration-part-3-how-to-install-python-packages). ## Detect functionality