Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 343 Bytes

commonCode

A place for common non-R code functions for SEAL

Python install (sealpy)

Python modules can be installed from source by cloning the repository and running

pip3 install .

Alternatively the pip can be used to install directly from GitHub with

pip3 install git+https://github.com/ncsuSEAL/commonCode