diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-11-20 22:15:05 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-11-20 22:15:05 +0100 |
commit | b0c47a6f23c0cb468a8d3e62b329898e2e972b07 (patch) | |
tree | 444316f4612bcb39337b2cdc59fb5e1d42208557 | |
parent | ce9e75163d06a3904138a1ac23eecedb99dc9b61 (diff) |
Line feed
-rw-r--r-- | src/01_intro.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/01_intro.md b/src/01_intro.md index 19c69e0..d39286f 100644 --- a/src/01_intro.md +++ b/src/01_intro.md @@ -23,6 +23,7 @@ Para trabajar con python se necesita: - python3: el intérprete de python, en su versión 3. Verás que hay muchas subversiones. Este documento cubre cualquiera de ellas. + - pip: el gestor de paquetería de python. También se conoce como pip3 para diferenciarlo del pip de python2. |