Installation¶
Standard Installation¶
As outlined in the quick start, you should be able to pip install scrapli "normally":
1 |
|
Installing current main branch¶
To install from the source repositories master branch:
1 |
|
Installing a different branch¶
To install from a different branch of the source repository, for example from a branch named develop
:
1 |
|
Installation from Source¶
To install from source:
1 2 3 |
|
Optional Extras¶
scrapli has made an effort to have as few dependencies as possible -- in fact to have ZERO dependencies! The "core" of scrapli can run with nothing other than standard library! If for any reason you wish to use paramiko, ssh2-python, or asyncssh as a transport, however, you of course need to install those. These "extras" can be installed via pip:
1 |
|
The available optional installation extras options are:
- paramiko
- ssh2
- asyncssh
- textfsm (textfsm and ntc-templates)
- ttp (ttp template parser)
- genie (genie/pyats)
- netconf (scrapli_netconf)
- community (scrapli_community)
If you would like to install all optional extras, you can do so with the full
option:
1 |
|
Supported Platforms¶
As for platforms to run scrapli on -- it has and will be tested on MacOS and Ubuntu regularly and should work on any POSIX system. Windows at one point was being tested very minimally via GitHub Actions builds, however this is no longer the case as it is just not worth the effort. While scrapli should work on Windows when using the paramiko or ssh2-python transport drivers, it is not "officially" supported. It is strongly recommended/preferred for folks to use WSL/Cygwin instead of Windows.