Installation#
Scitacean is available on pypi.org:
python -m pip install scitacean
If you need to transfer files via SFTP, i.e., with scitacean.transfer.sftp.SFTPFileTransfer
, specify the sftp
extra when installing:
python -m pip install "scitacean[sftp]"
Scitacean in available on conda-forge:
conda install -c conda-forge scitacean
In contrast to installing with Pip, this always installs the dependencies for SFTP.
So no additional steps are needed to use scitacean.transfer.sftp.SFTPFileTransfer
.