Skip to content

Commit 4f1dd89

Browse files
authored
Additional changes
1 parent 999582e commit 4f1dd89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ If you plan or would like to contribute to the library, you must follow the DCO
2222

2323
## Introduction
2424

25-
This library allows you to call the LSF APIs directly through Python (https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/New%20IBM%20Platform%20LSF%20Wiki/page/Integrations%2C%20APIs%2C%20and%20samples). The wrapper is created using Pythons SWIG interface and links directly to LSF's shared libraries.
25+
This library allows you to call the LSF APIs directly through Python. [You can find more information and usage notes here](https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/New%20IBM%20Platform%20LSF%20Wiki/page/Integrations%2C%20APIs%2C%20and%20samples). The wrapper is created using Pythons SWIG interface and links directly to LSF's shared libraries.
2626

27-
You are encouraged to contribute your own Python wrappers to the Open Source LSF APIs for Python, and you may find some examples in IBM Platform LSF Wiki (https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/New%20IBM%20Platform%20LSF%20Wiki/page/Using%20the%20Python%20wrapper%20for%20LSF%20API).
27+
You are encouraged to contribute your own Python wrappers to the Open Source LSF APIs for Python, and you may find some examples in [IBM Platform LSF Wiki](https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/New%20IBM%20Platform%20LSF%20Wiki/page/Using%20the%20Python%20wrapper%20for%20LSF%20API).
2828

2929
IBM provides formal support for this software to entitled clients via the normal IBM support channels.
3030

@@ -40,6 +40,7 @@ To compile and install the library, go to the main source directory
4040
and type:
4141

4242
`$ python setup.py build`
43+
4344
`$ sudo python setup.py install`
4445

4546
## Release Notes

0 commit comments

Comments
 (0)