From 2fa788feb0efad168d9a3216c846a1113dea1a09 Mon Sep 17 00:00:00 2001 From: Kelvin Ferreira <10376375+k30v1n@users.noreply.github.com> Date: Mon, 24 Jan 2022 15:54:28 -0500 Subject: [PATCH] fixing python file --- python/how_to_run_python_with_multiple_environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/how_to_run_python_with_multiple_environments.md b/python/how_to_run_python_with_multiple_environments.md index 1c44076..e6ee528 100644 --- a/python/how_to_run_python_with_multiple_environments.md +++ b/python/how_to_run_python_with_multiple_environments.md @@ -33,4 +33,4 @@ conda install -r requirements.txt ``` -(reference)[https://boscacci.medium.com/why-and-how-to-make-a-requirements-txt-f329c685181e] +[reference](https://boscacci.medium.com/why-and-how-to-make-a-requirements-txt-f329c685181e)