index.html 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link rel="shortcut icon" href="../img/favicon.ico">
  9. <title>Installation - Les Tutoriels du Yojik</title>
  10. <link rel="stylesheet" href="../css/theme.css" />
  11. <link rel="stylesheet" href="../css/theme_extra.css" />
  12. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" />
  13. <script>
  14. // Current page data
  15. var mkdocs_page_name = "Installation";
  16. var mkdocs_page_input_path = "Installation.md";
  17. var mkdocs_page_url = null;
  18. </script>
  19. <script src="../js/jquery-2.1.1.min.js" defer></script>
  20. <script src="../js/modernizr-2.8.3.min.js" defer></script>
  21. <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
  22. <script>hljs.initHighlightingOnLoad();</script>
  23. </head>
  24. <body class="wy-body-for-nav" role="document">
  25. <div class="wy-grid-for-nav">
  26. <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
  27. <div class="wy-side-scroll">
  28. <div class="wy-side-nav-search">
  29. <a href=".." class="icon icon-home"> Les Tutoriels du Yojik</a>
  30. <div role="search">
  31. <form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
  32. <input type="text" name="q" placeholder="Search docs" title="Type search term here" />
  33. </form>
  34. </div>
  35. </div>
  36. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  37. <p class="caption"><span class="caption-text">Tutoriel Anki</span></p>
  38. <ul class="current">
  39. <li class="toctree-l1"><a class="reference internal" href="..">Introduction</a>
  40. </li>
  41. <li class="toctree-l1 current"><a class="reference internal current" href="./">Installation</a>
  42. <ul class="current">
  43. <li class="toctree-l2"><a class="reference internal" href="#installation-sur-debian">Installation sur Debian</a>
  44. </li>
  45. <li class="toctree-l2"><a class="reference internal" href="#premier-lancement">Premier lancement</a>
  46. </li>
  47. </ul>
  48. </li>
  49. <li class="toctree-l1"><a class="reference internal" href="../Les-fiches/">Les fiches</a>
  50. </li>
  51. <li class="toctree-l1"><a class="reference internal" href="../Premi%C3%A8re-utilisation/">Premières utilisations et impressions</a>
  52. </li>
  53. <li class="toctree-l1"><a class="reference internal" href="../Personnalisation/">Personnalisation</a>
  54. </li>
  55. <li class="toctree-l1"><a class="reference internal" href="../Cartes/">Les cartes</a>
  56. </li>
  57. <li class="toctree-l1"><a class="reference internal" href="../Compl%C3%A9tion/">Complétion</a>
  58. </li>
  59. <li class="toctree-l1"><a class="reference internal" href="../Nouvelle-approche/">Nouvelle approche</a>
  60. </li>
  61. <li class="toctree-l1"><a class="reference internal" href="../Champs-%C3%A9ditables-1/">Champs éditables «partie 1»</a>
  62. </li>
  63. <li class="toctree-l1"><a class="reference internal" href="../Champs-%C3%A9ditables-2/">Champs éditables «partie 2»</a>
  64. </li>
  65. </ul>
  66. </div>
  67. </div>
  68. </nav>
  69. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  70. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  71. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  72. <a href="..">Les Tutoriels du Yojik</a>
  73. </nav>
  74. <div class="wy-nav-content">
  75. <div class="rst-content">
  76. <div role="navigation" aria-label="breadcrumbs navigation">
  77. <ul class="wy-breadcrumbs">
  78. <li><a href="..">Docs</a> &raquo;</li>
  79. <li>Tutoriel Anki &raquo;</li>
  80. <li>Installation</li>
  81. <li class="wy-breadcrumbs-aside">
  82. </li>
  83. </ul>
  84. <hr/>
  85. </div>
  86. <div role="main">
  87. <div class="section">
  88. <h1 id="installation">Installation</h1>
  89. <p>Utilisateur exclusif de Linux/Debian, je vais indiquer la méthode d'installation pour ce système.</p>
  90. <p>L'installation sur Windows et mac est bien expliquée sur le site de <a href="https://apps.ankiweb.net/">Anki</a>.</p>
  91. <p>Des versions pour Android et IOs existent aussi ... vous pourrez comme cela apprendre même dans le métro! ou dans la cour de récréation. :)</p>
  92. <h2 id="installation-sur-debian">Installation sur Debian</h2>
  93. <p>C'est très simple :</p>
  94. <pre><code>sudo apt install anki
  95. </code></pre>
  96. <p>Et voilà!</p>
  97. <h2 id="premier-lancement">Premier lancement</h2>
  98. <p>l'apparence doit être quasi identique quelque soit le système d'exploitation (Linux, Windows etc.)</p>
  99. <ul>
  100. <li>
  101. <p>premier dialogue</p>
  102. <p>langue d'interface utilisée; choisissez le français ou autre si votre langue maternelle est différente.</p>
  103. <p><img alt="dialogue 1" src="../Images/image-1.png" /></p>
  104. </li>
  105. <li>
  106. <p>confirmation</p>
  107. <p>confirmez votre choix.</p>
  108. <p><img alt="dialogue 2" src="../Images/image-2.png" /></p>
  109. </li>
  110. <li>
  111. <p>premier écran</p>
  112. <p>et voilà le premier écran de Anki ... pas vraiment sexy!</p>
  113. <p><img alt="écran de départ" src="../Images/image-3.png" /></p>
  114. </li>
  115. </ul>
  116. </div>
  117. </div>
  118. <footer>
  119. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  120. <a href="../Les-fiches/" class="btn btn-neutral float-right" title="Les fiches">Next <span class="icon icon-circle-arrow-right"></span></a>
  121. <a href=".." class="btn btn-neutral" title="Introduction"><span class="icon icon-circle-arrow-left"></span> Previous</a>
  122. </div>
  123. <hr/>
  124. <div role="contentinfo">
  125. <!-- Copyright etc -->
  126. </div>
  127. Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  128. </footer>
  129. </div>
  130. </div>
  131. </section>
  132. </div>
  133. <div class="rst-versions" role="note" aria-label="versions">
  134. <span class="rst-current-version" data-toggle="rst-current-version">
  135. <span><a href=".." style="color: #fcfcfc;">&laquo; Previous</a></span>
  136. <span style="margin-left: 15px"><a href="../Les-fiches/" style="color: #fcfcfc">Next &raquo;</a></span>
  137. </span>
  138. </div>
  139. <script>var base_url = '..';</script>
  140. <script src="../js/theme.js" defer></script>
  141. <script src="../search/main.js" defer></script>
  142. <script defer>
  143. window.onload = function () {
  144. SphinxRtdTheme.Navigation.enable(true);
  145. };
  146. </script>
  147. </body>
  148. </html>