installation.rst 751 B

12345678910111213141516171819202122232425
  1. Installation
  2. ============
  3. This section describes the necessary steps for installing SCCD.
  4. Download
  5. --------
  6. The current version of SCCD is v0.9. You can download it using this link: https://msdl.uantwerpen.be/git/simon/SCCD/archive/v0.9.zip
  7. Unzip the contents of the archive to a folder of your choice.
  8. Dependencies
  9. ------------
  10. SCCD depends on Python 2.7, which you can download from https://www.python.org/download/releases/2.7/
  11. SCCD Installation
  12. --------------------
  13. Execute the following command inside the *src* folder::
  14. python setup.py install --user
  15. Afterwards, SCCD should be installed. This can easily be checked with the command::
  16. python -c "import sccd"
  17. If this returns without errors, SCCD is sucessfully installed.