Getting SDF: Installation and UpdatesΒΆ
Requirements: Python >= 3.6 and the pip package manager
The SDF project is developed in a public gitlab repository. To install it, first download the source code as zip file and then use pip to install it:
$ pip install [file].zip
To update the current SDF installation, you can either reinstall it as explained above, or use the tool
sdf-update
.