We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cd7e5 commit 4ec6d78Copy full SHA for 4ec6d78
README.md
@@ -48,6 +48,7 @@ The following additional packages are recommended for full functionality:
48
49
### Installation
50
51
+Installing the latest version is as easy as:
52
```
53
pip install sasctl
54
@@ -57,6 +58,11 @@ Functionality that depends on additional packages can be installed using the fol
57
58
- `pip install sasctl[kerberos]`
59
- `pip install sasctl[all]`
60
61
+If you want the latest functionality and can't wait on an official release, you can also
62
+install the latest source code:
63
+
64
+```pip install git+https://github.com/sassoftware/python-sasctl```
65
66
67
## Getting Started
68
0 commit comments