Skip to content

Commit 0ac2be9

Browse files
committed
updated pip instructions. added doc link.
1 parent 165ad5f commit 0ac2be9

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
</div>
1919

20+
21+
###### Full documentation: https://sassoftware.github.io/python-sasctl/index.html
22+
2023
## Overview
2124

2225
The sasctl package enables easy communication between the SAS Viya
@@ -39,19 +42,19 @@ If not already present, these packages will be downloaded and installed automati
3942

4043
The following additional packages are recommended for full functionality:
4144
- swat
42-
- kerberos / winkerberos
43-
45+
- kerberos
4446

45-
All required and recommended packages are listed in `requirements.txt` and can be installed easily with
46-
```
47-
pip install -r requirements.txt
48-
```
4947

5048
### Installation
5149

5250
```
5351
pip install sasctl
5452
```
53+
54+
Functionality that depends on additional packages can be installed using the following:
55+
- `pip install sasctl[swat]`
56+
- `pip install sasctl[kerberos]`
57+
- `pip install sasctl[all]`
5558

5659

5760
## Getting Started

0 commit comments

Comments
 (0)