Skip to content

MichaelHoltonPrice/bighist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

This installation guide assumes the use of Windows Powershell, but will work for setups with minor modifications.

Clone this repository:

git clone https://github.com/MichaelHoltonPrice/bighist
cd bighist

If desired, create and activate a virtual environment named bighist_env:

python -m venv bighist_env
Set-ExecutionPolicy Unrestricted -Scope Process
.\bighist_env\Scripts\activate

Install requirements:

pip install -r requirements.txt

Do the actual installation:

python setup.py install

Start Python and check the installation (then exit):

python
import bighist as bh
exit()

Running an analysis

Some example analyses are available here:

My vision is that third party researchers will adopt a similar approach. That is, bighist provides a core set of tools that multiple analyses and research articles rely on and new analyses can use, with the stand-alone, project specific code located elsewhere.

Running the tests

python -m unittest tests/test_bighist.py

Citing

For citing this Python package specifically:

TODO: add

For citing the seshat project generally:

TODO: add

For citing the classic seshat dataset:

TODO: add

For citing the Equinox seshat dataset:

TODO: add

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages