Getting started¶
Requirements¶
- Python 3.13+
- uv (recommended for this repository)
Install¶
Or with pip and venv:
Verify¶
Analyze sample insider data¶
uv run python examples/run_insider_analysis.py
uv run satark analyze -p insider -d examples/data/sample_insider.csv
Local documentation¶
Documentation only:
MkDocs serves documentation at http://127.0.0.1:8000/ during local docs development.
Complete website (marketing site + docs)¶
rm -rf public
mkdir -p public
cp -R website/. public/
uv run mkdocs build --site-dir public/docs
python -m http.server 8000 --directory public
Then open:
- http://localhost:8000/
- http://localhost:8000/docs/
- http://localhost:8000/history/
- http://localhost:8000/research/