Skip to content

Commit 2923339

Browse files
authored
Update Readme
1 parent 554340e commit 2923339

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ $ pip install labkey
3434
**Note:** For users who installed this package before it was published to PyPI (before v0.3.0) it is recommended you uninstall and reinstall the package rather than attempting to upgrade. This is due to a change in the package's versioning semantics.
3535

3636
## Credentials
37-
As of v0.4.0 this API no longer supports using a ``.labkeycredentials.txt`` file, and now uses the .netrc files similar to the other labkey APIs. Additional .netrc [setup instructions](https://www.labkey.org/wiki/home/Documentation/page.view?name=netrc) can be found at the link.
3837

3938
### Set Up a netrc File
4039

@@ -59,6 +58,9 @@ password mypassword
5958
```
6059
Note that the netrc file only deals with connections at the machine level and should not include a port or protocol designation, meaning both "mymachine.labkey.org:8888" and "https://mymachine.labkey.org" are incorrect.
6160

61+
### Old credentials
62+
As of v0.4.0 this API no longer supports using a ``.labkeycredentials.txt`` file, and now uses the .netrc files similar to the other labkey APIs. Additional .netrc [setup instructions](https://www.labkey.org/wiki/home/Documentation/page.view?name=netrc) can be found at the link.
63+
6264
## Examples
6365

6466
Sample code is available in the [samples](https://github.com/LabKey/labkey-api-python/tree/master/samples) directory.

0 commit comments

Comments
 (0)