Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 442 Bytes

File metadata and controls

27 lines (18 loc) · 442 Bytes

Get the sources

Clone the repository and submodules:

git clone --branch develop --recursive https://github.com/ScientificDataFormat/SDF-Python.git

Build the archive

To build the binaries and distribution archive run the respective build script for your platform.

  • build_windows.bat
  • build_linux.sh
  • build_mac.sh

Install the package

cd SDF-Python
pip install .

Run the tests

cd tests python -m unitests