Overview
CompSHS is an open source Python package for computational social sciences.
Installation
To install compshs, run this command in your terminal:
$ pip install compshs
Alternately, you can download the sources from Gitlab and run:
$ cd <compshs folder>
$ python setup.py develop
Import
Import compshs in Python:
import compshs as cshs