Skip to content

Installation

Product name: NosoGraph. Canonical CLI: nosograph. Package/import: med-research / med_research (compatibility).

Supported Python: 3.11 and 3.12.

Docker evaluation

See Docker.

Editable install

git clone https://github.com/AdamEddahmouni/nosograph.git
cd nosograph
python -m venv .venv
# Windows: .venv\Scripts\activate
# macOS/Linux: source .venv/bin/activate
pip install -e .
cp .env.example .env
nosograph --help

pip install nosograph is not available yet. Do not assume a PyPI rename has happened.

Contributor install

make venv-sync
make ci-local

Redis is required for async dashboard jobs and the integration test tier, not for pure CLI unit tests.

Details: local development and CONTRIBUTING.md.