Skip to content

Commit f0f7d22

Browse files
committed
Refactor debugging requirements in debug.md for improved clarity and formatting
1 parent 49bf0a0 commit f0f7d22

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/debug.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ I will explain first with a local installation of IRIS. Then I will show how to
3636

3737
To debug the code with a local installation of IRIS, you need to have the following:
3838

39-
- A local installation of IRIS
40-
- https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=PAGE_deployment_install
41-
- A python interpreter compatible with the version of IRIS
42-
- https://docs.intersystems.com/iris20243/csp/docbook/Doc.View.cls?KEY=GEPYTHON_prereqs#GEPYTHON_prereqs_version
43-
- Iris embedded python wrapper
44-
- https://github.com/grongierisc/iris-embedded-python-wrapper
39+
- [Local installation of IRIS](https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=PAGE_deployment_install)
40+
- [Python interpreter compatible with the version of IRIS](https://docs.intersystems.com/iris20243/csp/docbook/Doc.View.cls?KEY=GEPYTHON_prereqs#GEPYTHON_prereqs_version)
41+
- [Iris embedded python wrapper](https://github.com/grongierisc/iris-embedded-python-wrapper)
4542

4643
After you have all the requirements, you can start the IRIS instance and run the python code.
4744

0 commit comments

Comments
 (0)