From 960e725f918e5c6063b8e646a91b224093930a9e Mon Sep 17 00:00:00 2001 From: Bradley Date: Fri, 14 Dec 2018 22:16:37 -0500 Subject: [PATCH] Added the cheat sheet (#24899) * Added the cheat sheet Added the Anaconda cheat sheet for easy access to important information about Conda. * Moved change to "more information" --- guide/english/python/anaconda/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/python/anaconda/index.md b/guide/english/python/anaconda/index.md index e0e7a34f62..3e919ff76c 100644 --- a/guide/english/python/anaconda/index.md +++ b/guide/english/python/anaconda/index.md @@ -31,6 +31,10 @@ letter of the option. So ``--name`` and ``-n`` are the same, and For full usage of each command, including abbreviations, see [Command reference](https://conda.io/docs/commands.html). + ### Sources 1. [Anaconda Documentation](https://docs.anaconda.com/) 2. [Conda Documentation](https://conda.io/docs/) + +#### More Information +- [Conda cheat sheet](https://conda.io/docs/user-guide/cheatsheet.html)