diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-12-10 13:36:19 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-12-10 13:36:19 +0100 |
commit | 25cb0e0873e150e562823e92660790403041f23d (patch) | |
tree | 75c0f74196cf9acd36c6419226e0ae21e32a49cc /src | |
parent | b4e5535bc208e46c51a73e68346586fb3ef3b76d (diff) |
Beautifulsoup link
Diffstat (limited to 'src')
-rw-r--r-- | src/07_install.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/07_install.md b/src/07_install.md index 749e535..3da8ae0 100644 --- a/src/07_install.md +++ b/src/07_install.md @@ -47,6 +47,8 @@ Normalmente este conjunto de reglas suele almacenarse en un fichero de nombre `BeautifulSoup4`[^bs4-setup] que se adjunta a continuaciĆ³n con ligeras alteraciones para que encaje en la pĆ”gina: +[^bs4-setup]: https://www.crummy.com/software/BeautifulSoup/bs4/doc/ + ``` {.python .numberLines} from setuptools import ( setup, |