installation.html 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Installation &#8212; SCCD 0.9 documentation</title>
  7. <link rel="stylesheet" href="_static/classic.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/mystyle.css" type="text/css" />
  10. <script type="text/javascript">
  11. var DOCUMENTATION_OPTIONS = {
  12. URL_ROOT: './',
  13. VERSION: '0.9',
  14. COLLAPSE_INDEX: false,
  15. FILE_SUFFIX: '.html',
  16. HAS_SOURCE: true
  17. };
  18. </script>
  19. <script type="text/javascript" src="_static/jquery.js"></script>
  20. <script type="text/javascript" src="_static/underscore.js"></script>
  21. <script type="text/javascript" src="_static/doctools.js"></script>
  22. <link rel="top" title="SCCD 0.9 documentation" href="index.html" />
  23. <link rel="next" title="Language Features" href="language_features.html" />
  24. <link rel="prev" title="SCCD Documentation" href="index.html" />
  25. </head>
  26. <body role="document">
  27. <div class="related" role="navigation" aria-label="related navigation">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="py-modindex.html" title="Python Module Index"
  35. >modules</a> |</li>
  36. <li class="right" >
  37. <a href="language_features.html" title="Language Features"
  38. accesskey="N">next</a> |</li>
  39. <li class="right" >
  40. <a href="index.html" title="SCCD Documentation"
  41. accesskey="P">previous</a> |</li>
  42. <li class="nav-item nav-item-0"><a href="index.html">SCCD 0.9 documentation</a> &#187;</li>
  43. </ul>
  44. </div>
  45. <div class="document">
  46. <div class="documentwrapper">
  47. <div class="bodywrapper">
  48. <div class="body" role="main">
  49. <div class="section" id="installation">
  50. <h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h1>
  51. <p>This section describes the necessary steps for installing SCCD.</p>
  52. <div class="section" id="download">
  53. <h2>Download<a class="headerlink" href="#download" title="Permalink to this headline">¶</a></h2>
  54. <p>The current version of SCCD is v0.9. You can download it using this link: <a class="reference external" href="https://msdl.uantwerpen.be/git/simon/SCCD/archive/v0.9.zip">https://msdl.uantwerpen.be/git/simon/SCCD/archive/v0.9.zip</a></p>
  55. <p>Unzip the contents of the archive to a folder of your choice.</p>
  56. </div>
  57. <div class="section" id="dependencies">
  58. <h2>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline">¶</a></h2>
  59. <p>SCCD depends on Python 2.7, which you can download from <a class="reference external" href="https://www.python.org/download/releases/2.7/">https://www.python.org/download/releases/2.7/</a></p>
  60. </div>
  61. <div class="section" id="sccd-installation">
  62. <h2>SCCD Installation<a class="headerlink" href="#sccd-installation" title="Permalink to this headline">¶</a></h2>
  63. <p>Execute the following command inside the <em>src</em> folder:</p>
  64. <div class="highlight-default"><div class="highlight"><pre><span class="n">python</span> <span class="n">setup</span><span class="o">.</span><span class="n">py</span> <span class="n">install</span> <span class="o">--</span><span class="n">user</span>
  65. </pre></div>
  66. </div>
  67. <p>Afterwards, SCCD should be installed. This can easily be checked with the command:</p>
  68. <div class="highlight-default"><div class="highlight"><pre><span class="n">python</span> <span class="o">-</span><span class="n">c</span> <span class="s">&quot;import sccd&quot;</span>
  69. </pre></div>
  70. </div>
  71. <p>If this returns without errors, SCCD is sucessfully installed.</p>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. </div>
  77. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  78. <div class="sphinxsidebarwrapper">
  79. <h3><a href="index.html">Table Of Contents</a></h3>
  80. <ul>
  81. <li><a class="reference internal" href="#">Installation</a><ul>
  82. <li><a class="reference internal" href="#download">Download</a></li>
  83. <li><a class="reference internal" href="#dependencies">Dependencies</a></li>
  84. <li><a class="reference internal" href="#sccd-installation">SCCD Installation</a></li>
  85. </ul>
  86. </li>
  87. </ul>
  88. <h4>Previous topic</h4>
  89. <p class="topless"><a href="index.html"
  90. title="previous chapter">SCCD Documentation</a></p>
  91. <h4>Next topic</h4>
  92. <p class="topless"><a href="language_features.html"
  93. title="next chapter">Language Features</a></p>
  94. <div role="note" aria-label="source link">
  95. <h3>This Page</h3>
  96. <ul class="this-page-menu">
  97. <li><a href="_sources/installation.txt"
  98. rel="nofollow">Show Source</a></li>
  99. </ul>
  100. </div>
  101. <div id="searchbox" style="display: none" role="search">
  102. <h3>Quick search</h3>
  103. <form class="search" action="search.html" method="get">
  104. <div><input type="text" name="q" /></div>
  105. <div><input type="submit" value="Go" /></div>
  106. <input type="hidden" name="check_keywords" value="yes" />
  107. <input type="hidden" name="area" value="default" />
  108. </form>
  109. </div>
  110. <script type="text/javascript">$('#searchbox').show(0);</script>
  111. </div>
  112. </div>
  113. <div class="clearer"></div>
  114. </div>
  115. <div class="related" role="navigation" aria-label="related navigation">
  116. <h3>Navigation</h3>
  117. <ul>
  118. <li class="right" style="margin-right: 10px">
  119. <a href="genindex.html" title="General Index"
  120. >index</a></li>
  121. <li class="right" >
  122. <a href="py-modindex.html" title="Python Module Index"
  123. >modules</a> |</li>
  124. <li class="right" >
  125. <a href="language_features.html" title="Language Features"
  126. >next</a> |</li>
  127. <li class="right" >
  128. <a href="index.html" title="SCCD Documentation"
  129. >previous</a> |</li>
  130. <li class="nav-item nav-item-0"><a href="index.html">SCCD 0.9 documentation</a> &#187;</li>
  131. </ul>
  132. </div>
  133. <div class="footer" role="contentinfo">
  134. &#169; Copyright 2016, Simon Van Mierlo.
  135. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
  136. </div>
  137. </body>
  138. </html>