From cde8537f140878b0f7f42f0c8ae27ddf9b9cc5ae Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 9 Oct 2019 00:10:46 -0700 Subject: [PATCH] add see-also links --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 76295af..2c89a4d 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,12 @@ pip3 install --user -e './meanas[test,examples]' python3 -m pytest ``` +### See also: +- [git book](https://git-scm.com/book/en/v2) +- [virtualenv documentation](https://virtualenv.pypa.io/en/stable/userguide/) +- [python language reference](https://docs.python.org/3/reference/index.html) +- [python standard library](https://docs.python.org/3/library/index.html) + ## Use