You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- For MacOS: Install Python 3.6.8 from https://www.python.org/ftp/python/3.6.8/python-3.6.8-macosx10.6.pkg
19
+
- For Windows: Install Python 3.6.8 from https://www.python.org/ftp/python/3.6.8/python-3.6.8.exe
20
+
21
+
Refer `Prerequisites <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites>`_ for detailed information on all different platforms and Python Versions.
22
+
23
+
Installation as an Application : Downloading Releases
#. You can jump to any checkpoint/Branch/Commit using the following command::
53
+
54
+
git checkout master
55
+
56
+
#. Run the Configure Script
57
+
58
+
- On Linux/Mac: ``./configure``
59
+
- On Windows: ``configure``
60
+
61
+
62
+
Note the `Commands will vary <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#commands-variation>`_ across different Installation methods and Platforms.
63
+
64
+
If this displays the `Help Text <https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/help-text-options.html#help-text>`_, you are all set to start using ScanCode.
- For MacOS: Install Python 3.6.8 from https://www.python.org/ftp/python/3.6.8/python-3.6.8-macosx10.6.pkg
104
-
- For Windows: Install Python 3.6.8 from https://www.python.org/ftp/python/3.6.8/python-3.6.8.exe
105
-
106
-
Refer `Prerequisites <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites>`_ for detailed information on all different platforms and Python Versions.
107
-
108
-
Installation as an Application : Downloading Releases
#. Download and extract the latest ScanCode release from https://github.com/nexB/scancode-toolkit/releases/
112
-
113
-
#. Open a terminal window and then `cd` to the extracted ScanCode directory.
114
-
115
-
#. Run this command to self-configure and display the help-text.
116
-
117
-
- Linux/Mac : ``./scancode --help``
118
-
- Windows : ``scancode --help``
119
-
120
-
Installation as a library: via pip
121
-
----------------------------------
122
-
123
-
#. Create a Python 3.6 Virtual Environment and activate the same::
91
+
refers to installing the required Python interpreter (Python 3.6 is recommended). Refer
92
+
`Prerequisites <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites>`_ for detailed information on all different platforms and Python Versions.
#. You can jump to any checkpoint/Branch/Commit using the following command::
138
-
139
-
git checkout master
140
-
141
-
#. Run the Configure Script
142
-
143
-
- On Linux/Mac: ``./configure``
144
-
- On Windows: ``configure``
145
-
146
-
147
-
Note the `Commands will vary <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#commands-variation>`_ across different Installation methods and Platforms.
148
-
149
-
If this displays the `Help Text <https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/help-text-options.html#help-text>`_, you are all set to start using ScanCode.
94
+
There are 3 main ways you can `install ScanCode <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html>`_.
150
95
96
+
- `Installation as an Application: Downloading Releases <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#download-and-configure-latest-release>`_ *(Recommended)*
97
+
- `Installation as a library: via pip <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-by-pip>`_
98
+
- `Installation from Source Code: Git Clone <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#build-from-source>`_
0 commit comments