Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 405 Bytes

AI for Qualitative Data Analysis: A Practical Guide for Researchers

Setup to build the book

# fork the original repository https://github.com/eglerean/aiqualitative/tree/main and clone your fork
git clone [email protected]:YOURUSERNAME/aiqualitative.git
# create the conda environment
conda env create -f environment.yaml -p ./env
source activate aiqual_docs
cd doc
sphnix-build . _build