Custom High-Throughput Virtual Experiments with Thorat is a tutorial and starter pack for building custom dynamic websites for computational social science experiments.
You'll need to be able to access Python in your terminal and an interactive development environment (IDE) to get started. If you haven't used an IDE before, check out Visual Studio Code
Clone or download the Github repo
git clone git@github.com:mattgroh/ic2s2-tutorial-thorat.git
cd ic2s2-tutorial-thorat
Create a virtual environment and install the dependencies
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python run.py
Now, go to localhost:5005 on your browser