@@ -43,30 +43,27 @@ version may be pre-installed, open a terminal and type::
4343 python2.6 --version
4444 python2.7 --version
4545
46- On Windows or Mac, you can download Python 2.6 here:
47- http://www.python.org/download/releases/2.6.6/
48-
49- or Python 2.7 here:
50- http://www.python.org/download/releases/2.7.5/
46+ On Windows or Mac, you can download the latest Python 2.7.x here:
47+ https://www.python.org/downloads/
5148
5249Download the .msi installer for Windows or the .dmg archive for Mac.
5350Open and run the installer using all the default options.
5451
5552
5653INSTALLATION
5754------------
58- Download and save the about.py file from:
59- https://raw.github.com/dejacode/about-code-tool/master/about.py
55+ Checkout or download and extract the AboutCode tool from:
56+ https://github.com/dejacode/about-code-tool/
57+
58+ To install all the needed dependencies in a virtualenv, run (on posix)::
59+ source configure
60+ or on windows::
61+ configure
6062
6163
6264TESTS
6365-----
64- Optionally, to verify that everything works fine you can run the test suite,
65- download the whole repository at:
66- https://github.com/dejacode/about-code-tool/archive/master.zip
67-
68- Then open a terminal or command prompt, extract the download if needed and run::
69-
66+ To verify that everything works fine you can run the test suite with::
7067 python setup.py test
7168
7269
@@ -150,13 +147,15 @@ information will be saved to the CSV file named "thirdparty_about.csv".
150147 Example syntax:
151148 genabout.py --extract_license --api_url='api_url' --api_username='api_username' --api_key='api_key'
152149
150+
153151Example::
154152
155153 $ python genabout.py thirdparty_code.csv /tmp/thirdparty_about/
156154
157155In this example, the tool will look at the "thirdparty_code.csv" and generate
158156the .ABOUT files in the directory /tmp/thirdparty_about/.
159157
158+
160159**genattrib.py **
161160
162161::
@@ -207,17 +206,17 @@ For issues, you can use:
207206
208207SOURCE CODE
209208-----------
210- The ABOUT tool is available through GitHub. For the latest version visit:
211-
209+ AboutCode is available through GitHub. For the latest version visit:
212210 https://github.com/dejacode/about-code-tool
213211
214212
215213HACKING
216214-------
217215We accept pull requests provided under the same license as this tool.
216+ You agree to the http://developercertificate.org/
218217
219218
220219LICENSE
221220-------
222- The ABOUT tool is released under the Apache 2.0 license.
221+ AboutCode is released under the Apache 2.0 license.
223222See (of course) the about.ABOUT file for details.
0 commit comments